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"
  }
}

Changes

No recorded changes to this endpoint across all 134 revisions of this API.