Exchange credentials for an access token.
Authenticates a user and returns an access token. Also setsDocumentation Index
Fetch the complete documentation index at: https://docs.vouchmark.com/llms.txt
Use this file to discover all available pages before exploring further.
token and refreshToken cookies for browser clients — server integrations should ignore the cookies and use the returned accessToken.
Authorization: Bearer <accessToken> on subsequent requests.id, email, firstName, lastName, emailVerified.| Status | Code | When |
|---|---|---|
| 401 | INVALID_CREDENTIALS | Email or password is wrong. |
| 403 | EMAIL_NOT_VERIFIED | Account exists but email confirmation is pending. |
| 429 | — | Too many attempts. Wait 15 minutes. |