Skip to main content
POST
Login Email

Body

application/json

Request to login with email and password.

email
string<email>
required

Email address

password
string
required

Password

Required string length: 1 - 128
campaign_slug
string | null

Campaign slug from web link

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

Successful Response

Full authentication response with tokens and user.

access_token
string
required
refresh_token
string
required
expires_in
integer
required
user
UserResponse · object
required

User data response.

token_type
string
default:bearer
campaign_bonus
CampaignBonusInfo · object | null

Info about campaign bonus applied during auth.