v2

latestOpenAPI 3.1.02026-07-264249163.7 KB
Authentication

Get a bearer authentication token

Generate authentication token from your Sezzle merchant API keys for use in the header of all other API requests.

post/v2/authentication

Request body

public_keystring required
private_keystring required

Response

Successful Operation

tokenstring
  • For use in the header of other requests:
  • Authorization: Bearer {response.token}
expiration_datestring date-time

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.

merchant_uuidstring

The merchant UUID for the account

All 42 operations