Generate JWT access token
POST/auth/token
Authenticates a registered client using its ID and secret, and returns a JWT access token.
Request
Responses
- 200
- 400
- 401
- 500
Successful token issuance
Response Headers
X-Trace-Id
Trace ID to provide when contacting Hubpay support
Bad Request
Response Headers
X-Trace-Id
Trace ID to provide when contacting Hubpay support
Invalid client credentials
Response Headers
X-Trace-Id
Trace ID to provide when contacting Hubpay support
Internal server error
Response Headers
X-Trace-Id
Trace ID to provide when contacting Hubpay support