Login
Login Endpoint
post
Header parameters
X-CLIENTIDstringRequiredExample:
Client identifier for the API.
sdfgfd-sdfgf4d-sdfgfdsd-sdfgfdsBody
emailstring · emailOptionalExample:
The email address of the user.
test@example.compublic_keystringOptionalExample:
The client public key.
1e89ffb6-5a40-4df1-b1b9-ff1c832214f0secret_keystringOptionalExample:
The client secret key.
sdfgfd-sdfgf4d-sdfgfdsd-sdfgfdsResponses
200
Successful login
application/json
accessstringOptional
The access token for the session.
refreshstringOptional
The refresh token for the session.
400
Invalid request
application/json
401
Unauthorized
application/json
post
/login/Last updated