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.
Responses
400
Bad Request. This status code is returned if required parameters (such as API Key, API Secret, or username) are missing.
401
Unauthorized. This status code is returned if the credentials (API key, API secret, or username) are invalid.
429
Too Many Requests. This status code is returned if the rate limit is exceeded.