User Login

Authenticates the user with their API key, API secret, and username. On successful authentication, a JWT token (Bearer Token) is returned, which must be used in the Authorization header for subsequent requests.

Body Params
string
required

Username of the user

Headers
string
required

API key provided during registration.

string
required

API secret provided during registration.

Responses

Authorization header for subsequent API requests.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json