Skip to main content
POST
Generate token

Body

application/json
email
string
required

Email address

Example:

"chad@byblend.com"

password
string
required

Password

Example:

"ch4db13nd$$"

Response

200 - application/json

Successful response with access tokens and user details

access_token
string

Access token

Example:

"eyJhbGciOiJIAzI1NiIsInR5cCI6IkpXVCJ9..."

refresh_token
string

Refresh token

Example:

"eyJhbGciOiJIAzI1NiIsInR5cCI6IkpXVCJ9..."

expires_at
string

Expiration date and time of the refresh token

Example:

"2025-03-27T12:00:00Z"

user
object