Skip to main content
GET
/
projects
/
current
Get the current project
curl --request GET \
  --url https://api.stack-auth.com/api/v1/projects/current
{
  "id": "e0b52f4d-dece-408c-af49-d23061bb0f8d",
  "display_name": "MyMusic"
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful response

id
string
required

The unique identifier of the project

Example:

"e0b52f4d-dece-408c-af49-d23061bb0f8d"

display_name
string
required

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

Example:

"MyMusic"