v1

latestOpenAPI 3.0.02026-07-244074117.0 KB
Auth

Generate a new session

Generate a short-lived session token used initialize a Slope.js flow on behalf of a customer, skipping the need for the customer to login.

post/v4/auth/session

Headers

Slope-Access-Tokenstring required

The access token returned from exchanging the short lived authorizationCode /v4/auth/token endpoint.

Response

sessionTokenstring required

The short-lived session token to use to initialize a Slope.js flow. Pass this token in the sessionToken parameter. Expires after 4 hours.

expiresAtstring date-time required

The expiration date of the session token.

All 40 operations