InsightSocial API
Account

Credits

GET
/v1/credits

The calling key owner's balance and this period's usage. Free.

x-api-key<token>

Your key from the dashboard. It starts with isk_.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/credits"
{  "success": true,  "credits_used": 0,  "credits_remaining": 0,  "plan": {    "tier": "free",    "credits_per_month": 0,    "resets_at": "2019-08-24T14:15:22Z"  },  "usage": {    "window_start": "2019-08-24T14:15:22Z",    "used": 0,    "used_export": 0,    "used_api": 0  },  "pack_credits": 0,  "free_calls": {    "remaining": 0,    "total": 0  },  "key": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string"  },  "request_id": "string"}