Authenticate partner with API keys
POST/v1/authentications
Exchange your public and private API keys for a short-lived JWT token (valid for 15 minutes). The token should be used in subsequent API calls as a Bearer token.
Request
Responses
- 200
- 400
- 401
- 403
JWT token with expiry and partner ID
Missing or malformed body
Invalid credentials
Partner account is not active