Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required
Maximum string length: 255
password
string
required
password_confirmation
string
required

Response

access_token
string
required
token_type
string
required
Example:

"bearer"

expires_in
integer
required
Example:

3360