v1
latestOpenAPI 3.1.02026-07-1371926.0 KBEndpoints
List Endpoints
List API endpoints for an app. Ordered by path and method.
get/v1/apps/{app_id}/endpoints
Path parameters
app_idinteger required
App ID
App ID
Query parameters
app_env_idinteger nullable
Filter to environment ID, if provided.
Filter to environment ID, if provided.
methodstring nullable
Filter to HTTP method(s), comma-separated.
Example:GET,POST
Filter to HTTP method(s), comma-separated.
pathstring nullable
Filter to path pattern, supports wildcards (*).
Example:/api/v1/*
Filter to path pattern, supports wildcards (*).
Response
Successful Response
Example response
{
"data": [
{
"id": 1,
"method": "GET",
"path": "/v1/users"
}
]
}