Skip to main content
GET
/
api
/
v1
/
apps
/
{app_slug}
/
analytics
/
endpoint-status-codes
Get Analytics Endpoint Status Codes
curl --request GET \
  --url https://api.example.com/api/v1/apps/{app_slug}/analytics/endpoint-status-codes \
  --header 'Authorization: Bearer <token>'
[
  {
    "status_code": 123,
    "total_requests": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_slug
string
required

Query Parameters

method
string
required
path
string
required
environment
string | null
since
string | null
until
string | null
limit
integer
default:20

Response

200 - application/json

OK

status_code
integer
required
total_requests
integer
required