Authentication
Email address of the admin user
admin@example.comPassword for the admin user
password123Authentication successful
Indicates if the login was successful
trueAccess token for authenticated requests
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Refresh token for obtaining new access tokens
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Browser-accessible Supabase URL that issued the admin session tokens
https://tenant.example.comAnon key for the Supabase instance that issued the admin session tokens
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...User information
{"id":"123","email":"admin@example.com","role":"owner"}Error message if login failed
Invalid credentialsUnauthorized - Invalid credentials or insufficient permissions
Too Many Requests - Rate limit exceeded
Internal server error
Legacy action; only 'frontDoorUrl' is supported.
Legacy comma-separated key:value blob, e.g. targetOrg:myorg,repository:org/repo
Redirect to the codev review-env access page.
No content
Redirect to the codev review-env access page.
No content
The access token for authentication
eyJhbGciOiJIUzI1NilsImtpZCI6IlRbEty...Optional refresh token
Authentication successful
Indicates if the operation was successful
trueThe response data from auth service
{"userId":"123"}Unauthorized - No access token provided or invalid token
Internal server error
Was this helpful?