POST
/
v2
/
authentication
curl --request POST \
  --url https://sandbox.gateway.sezzle.com/v2/authentication \
  --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"
}

Body

application/json

The API keys used in this request should come from the same dashboard environment as the request URL. e.g., when testing in sandbox.gateway.sezzle.com, get API keys from sandbox.dashboard.sezzle.com

The body is of type object.

Response

201
application/json

Successful Operation

The response is of type object.