cURL
curl --request POST \ --url https://api.stack-auth.com/api/v1/team-api-keys \ --header 'Content-Type: application/json' \ --data '{}'
{ "value": "<string>", "id": "<string>", "description": "<string>", "created_at_millis": 123, "is_public": true, "type": "<string>", "team_id": "<string>", "expires_at_millis": 123, "manually_revoked_at_millis": 123 }
Create a new API key for a user or team
Documentation IndexFetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful response