Account
Get credits, plan, limits, and scrape queue usage
GET
/accountAuthorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Response Body
application/json
curl -X GET "https://example.com/account"{ "data": { "createdAt": "2019-08-24T14:15:22Z", "credits": 0, "email": "user@example.com", "id": "string", "lifetimeSpendUsd": 0, "plan": { "concurrency": 0, "id": "string", "name": "string", "queueLimit": 0, "rateLimitPerMinute": 0 }, "queue": { "active": 0, "waiting": 0 } }, "success": true}