v1 (deprecated)
Obtain Authentication Token
Generate authentication token from your Sezzle merchant API keys for use in the header of all other API requests.
POST
Obtain Authentication Token
Documentation Index
Fetch the complete documentation index at: https://docs.sezzle.com/llms.txt
Use this file to discover all available pages before exploring further.
You are viewing Version 1 of the Sezzle API. Check out the current version!
Authorizations
The authentication token generated from providing API Keys to Sezzle Gateway
Body
application/json
Find your API keys at https://dashboard.sezzle.com/merchant/settings/apikeys
Find your API keys at https://dashboard.sezzle.com/merchant/settings/apikeys
Response
Successful operation
- For use in the header of other requests:
- Authorization: Bearer {response.token}
You must replace the token you obtain from the Authentication endpoint every 120 minutes. However, we do not restrict you to a single token, and you can obtain a new one at any time.
The merchant UUID for the account
Obtain Authentication Token