Generates an access token used to authenticate API requests on behalf of a specific merchant.
This endpoint is typically called as part of the login or credential exchange process and requires valid client credentials (Merchant Client ID, Developer API Key), which can be generated in the Merchant Settings Profile page.
The returned token should be included in the Authorization header of subsequent requests to secure endpoints.
Access tokens are time-limited and may need to be refreshed once a year.
Related Links:
The credentials provided were valid, and a new access token has been successfully obtained.
The token type, returns only Bearer.
The remaining lifetime of the access token in seconds.
The remaining lifetime of the access token in seconds.
JWT token that must be included in the Authorization header.
Whether the token expired or not.
A timestamp expressed in UTC, indicating the exact moment the access token will expire.