Authentication API

Authentication API

End-user Authentication for headless apps.

This page is a short index. The full endpoint docs live in the Authentication section.

Full documentation

Endpoint summary

MethodPathDescription
POST/auth/signupRegister
POST/auth/loginPassword sign-in
POST/auth/refreshRotate session
POST/auth/logoutRevoke current session
POST/auth/logout-allRevoke all sessions
GET/auth/meCurrent user
POST/auth/change-passwordChange password
POST/auth/verify-email/resendResend verification
POST/auth/verify-email/confirmConfirm verification
GET/auth/api-keysList user API keys
POST/auth/api-keysCreate uak_… key
POST/auth/api-keys/{keyId}/revokeRevoke key
POST/auth/api-keys/introspectValidate a uak_… key

Authentication tokens identify the user. For CMS content routes, use a project API token.

Search documentation

Find guides and reference pages