Skip to main content
POST
/
auth
/
anonymous
/
sign-up
Sign up anonymously
curl --request POST \
  --url https://api.stack-auth.com/api/v1/auth/anonymous/sign-up
{
  "access_token": "<string>",
  "refresh_token": "<string>",
  "user_id": "<string>"
}

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

access_token
string
required
refresh_token
string
required
user_id
string
required