Discovery
API Discovery
Returns discovery URLs for the API.
get/
Response
Discovery URLs
Example response
{
"urls": {
"openapi_url": "/api/v1/openapi.json",
"current_user_url": "/api/v1/user",
"health_url": "/health"
}
}Returns discovery URLs for the API.
Discovery URLs
{
"urls": {
"openapi_url": "/api/v1/openapi.json",
"current_user_url": "/api/v1/user",
"health_url": "/health"
}
}