API Errors
List API Errors
Get a list of API errors related to your account. Your token should have 'oauth-management' scope to perform this request.
get/v4/accounts/{voip_id}/api-errors
Path parameters
voip_idinteger required
Query parameters
offsetinteger
The number of items to skip before starting to collect the result set
limitinteger
The number of items to return
sort[id]'asc' | 'desc'
Sort response
include_subaccountsinteger
Send "1" if you want to add subaccounts data into output
filters[from]string
From time (unix timestamp; including)
filters[to]string
To time (unix timestamp; not including)
mode'brief' | 'full'
Defines mode of the data output (brief or full)
Response
OK
Changes
No recorded changes to this endpoint across all 2 revisions of this API.