Redpine Connect
API referenceSearch

Current quota usage and limits

Daily and monthly query usage and limits for the authenticated organization.

GET
/api/v1/search/quota

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Pass your key in the Authorization header as Bearer sk_live_.... An X-API-Key: sk_live_... header is also accepted as an alternative. Keys are created in the Redpine Connect dashboard under Settings > API Keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/search/quota"
{  "dailyLimit": 0,  "dailyRemaining": 0,  "dailyUsed": 0,  "monthlyLimit": 0,  "monthlyRemaining": 0,  "monthlyUsed": 0}
Was this page helpful?