GET/api/v1/credits/

Get Credits

Viewing basic information about your call settings

Implementation Notes

This method retrieves account limitations. Limitations are based on the commercial terms of your account as defined when the account was created. Limitations are subject to modification upon variation of commercial terms.

Account limitations include the following:

200 Response
GET/api/v1/credits/

Responses

StatusMeaningDescriptionSchema
200OKOKgetCreditsResponse200
400Bad RequestBad RequestNone
401UnauthorizedUnauthorizedNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X GET /api/v1/credits/ \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "calls": {
    "dailyCalls": 1000,
    "weeklyCalls": 1000,
    "monthlyCalls": 100000
  },
  "events": {
    "maxEventsShops": 60,
    "usedEventsShops": 70
  },
  "horizonMax": 50,
  "pullsPerDay": 40,
  "schedules": {
    "maxSchedules": 70,
    "usedSchedules": 80
  },
  "validTill": "Sat, 31 Dec 2050 00:00:00 GMT"
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.