Account API
The Account API allows you to manage account settings, team members, billing, and API keys programmatically.
Endpoints
| Endpoint | Description |
|---|---|
| GET /account/profile | Get account profile information |
| GET /account/billing | Get billing and subscription details |
| GET /account/team | List team members |
| GET /account/api-keys | List 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"Related pages
- API Keys management - Creating keys in the UI
- Team management - Managing team members