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"
}
Account
Usage
Get API usage information
GET
/
api
/
v1
/
usage
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"
}
Header
string
required
Parameter defines the Retailed private key to use.
Response
string
Plan name
string
Remaining requests
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"
}
Was this page helpful?

