Account API


The Account API allows you to manage account settings, team members, billing, and API keys programmatically.


Endpoints

EndpointDescription
GET /account/profileGet account profile information
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/v1/account/profile \
-H "Authorization: Bearer YOUR_API_KEY"