cURL
curl --request POST \ --url https://api.stack-auth.com/api/v1/team-api-keys/check \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": "<string>", "description": "<string>", "created_at_millis": 123, "is_public": true, "value": { "last_four": "<string>" }, "type": "<string>", "team_id": "<string>", "expires_at_millis": 123, "manually_revoked_at_millis": 123 }
Validate a team API key
Documentation IndexFetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
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.
Successful response
Show child attributes