Usage

Get usage and credits

Returns the authenticated account's access state, remaining credits, allowance, reset date, and effective API-key rate limit. Requires the usage:read scope when called with a scoped key.

GET/v1/usage

Returns the authenticated account's access state, remaining credits, allowance, reset date, and effective API-key rate limit. Requires the usage:read scope when called with a scoped key.

AuthorizationBearer <token>

Pass Authorization: Bearer mapleads_xxx.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/usage"
{  "plan": "lite",  "accessStatus": "string",  "credits": {    "balance": 0,    "monthlyAllowance": 0  },  "rateLimitPerMinute": 1,  "resetsAt": "2019-08-24T14:15:22Z"}