Account API


The Account API allows you to retrieve account settings, user profile, team members, and API keys.


Endpoints

EndpointDescription
GET /accountGet account information
GET /profileGet user profile
PUT /profileUpdate user profile
GET /account/billingGet billing and subscription details
GET /account/teamList team members
GET /account/api-keysList API keys

Authentication

All Account API endpoints require an API key with admin access level.

curl https://api.growpanel.io/account \
-H "Authorization: Bearer YOUR_API_KEY"