POST
/
v1
/
authentication
Obtain Authentication Token
curl --request POST \
  --url https://sandbox.gateway.sezzle.com/v1/authentication \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "private_key": "sz_pr_...",
  "public_key": "sz_pub_..."
}'
{
  "expiration_date": "2017-01-01T01:30:25.388Z",
  "merchant_uuid": "merchant1234567890",
  "token": "example-token"
}

You are viewing Version 1 of the Sezzle API. Check out the current version!

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Body

application/json

Response

201
application/json

Successful operation

The response is of type object.