Errors
List 4XX errors
Returns a list of API 4XX and 5XX logs.
GET
/
api-logs
This endpoint requires the api-logs.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
A list of API log entries.
items
object[]
A list of API log entries.
Was this page helpful?