v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011060456.0 KB
Projects

Get the current project

Get the current project information including display name, OAuth providers and authentication methods. Useful for displaying the available login options to the user.

get/projects/current

Response

Successful response

idstring required

The unique identifier of the project

display_namestring required

Human-readable project display name. This is not a unique identifier.

is_development_environmentboolean required

Example response

{
  "id": "e0b52f4d-dece-408c-af49-d23061bb0f8d",
  "display_name": "MyMusic"
}