v1
latestOpenAPI 3.0.02026-07-17142254986.7 KBAuth
Login
Authenticate a user and return access/refresh tokens.
post/auth/login
Request body
Example request
{
"email": "user@example.com",
"password": "{{password}}"
}Response
Example response
{
"statusCode": 200,
"type": "Object"
}