Introduction
All API requests (except sign-up and sign-in) require a session token or an API key.Session Token Auth
Sign in usingPOST /authentication/sign-in/email to retrieve a session token. Include the token in the Authorization header:
set-auth-token header. Store tokens securely and rotate them as needed.
API Key Authentication
Another option is to use an API key using theX-API-Key header:
Onboard a Merchant tutorial: Merchant Onboarding