Get API usage information
curl --location --request GET 'https://app.retailed.io/api/v1/usage' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <token>' \
{ "plan": "API", "remaining": "58485" }
Parameter defines the Retailed private key to use.
Plan name
Remaining requests
Was this page helpful?