Definition

ApiRequest.ThrottlingLimitReached

Occurs the first time the API throttling limit is reached for your account.

Request information


NameDescriptionTypeAdditional information
MaxRequests

The maximum amount of requests allowed per period

integer

Period

Minute or Day throttling limit reached

string

RetryAfter

The time to wait until your requests will be handled again

time interval

WebhookId

The id of the webhook which triggered this request

integer

EventName

The EventName which triggered this request

string

Links

HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic.

Hateoas

Sample:
{
  "MaxRequests": 1,
  "Period": "sample string 2",
  "RetryAfter": "00:00:00.1234567",
  "WebhookId": 4,
  "EventName": "sample string 5"
}