GET/credits

Get Credits

This method retrieves the call limitations associated with your account. These limitations are defined by the commercial terms of your account, which were established when the account was created and may be updated to reflect any changes in those terms.

GET/credits

Responses

StatusMeaningDescriptionSchema
200OKSuccessschemacredit
400Bad RequestBad Request
401UnauthorizedAuthentication Failed or Account validity expired
500Internal Server ErrorInternal server error

Example Request

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

Example responses

200 Response
{
  "validtill": "2019-08-24",
  "calls": {
    "monthly": 0,
    "weekly": 0,
    "daily": 0,
    "hourly": 0,
    "minute": 0,
    "second": 0
  },
  "pullsperday": 0,
  "rateshops": {
    "allowed": 0,
    "used": 0,
    "available": 0
  },
  "horizonmax": 0,
  "schedules": {
    "allowed": 0,
    "used": 0,
    "available": 0
  }
}

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.