GET /v1/account{
"team_id": 1,
"team_name": "Test Team",
"api_request_rate_limit": 60,
"can_toggle_short_url": false,
"product_search_results_max": 10000,
"requests_total_so_far": 5,
"requests_made_since_last_payment": 5,
"products": [
{
"product": "AFFILIFEED",
"count": 0,
"billing_cycle": null
},
{
"product": "PLATFORM",
"count": 0,
"billing_cycle": null
},
{
"product": "CURATE",
"count": 0,
"billing_cycle": null
},
{
"product": "API",
"count": 1234,
"billing_cycle": {
"start": "2025-06-15T15:22:35+00:00",
"end": "2025-07-15T15:22:35+00:00",
"days_remaining": 0
}
}
],
"meta": {
"trace_id": "01980eae-de82-72de-8402-cd5ad0588cee"
}
}
| Field Name | Type | Description |
|---|---|---|
team_id | integer | The unique identifier for the team. |
team_name | string | The name of the team. |
api_request_rate_limit | integer | The maximum number of API requests allowed per minute. |
product_search_results_max | integer | The maximum number of product search results that can be returned. |
requests_total_so_far | integer | The total number of API requests made by the team so far. |
requests_made_since_last_payment | integer | The number of API requests made since the last payment. |
products | array | The products that the bearer token has active, the count of requests (if applicable), and the blling cycle for that product. |