Skip to main content
GET
/api/v1
curl --request GET \
  --url https://api.stack-auth.com/api/v1/
"Welcome to the Stack API endpoint! Please refer to the documentation at https://docs.stack-auth.com/\n\nAuthentication: None"

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.

Headers

X-Stack-Project-Id
string

The unique identifier of the project

Example:

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

X-Stack-Branch-Id
string

The unique identifier of the project

Example:

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

X-Stack-Access-Type
string
X-Stack-Access-Token
string
X-Stack-Refresh-Token
string
X-Stack-Publishable-Client-Key
string
X-Stack-Secret-Server-Key
string
X-Stack-Super-Secret-Admin-Key
string

Response

200 - text/plain

Successful response

The response is of type string.

Example:

"Welcome to the Stack API endpoint! Please refer to the documentation at https://docs.stack-auth.com/\n\nAuthentication: None"