Learn how to authenticate and make your first API call to Sandbox APIs in minutes.
This guide shows you how to authenticate and make your first API call to Sandbox. You’ll generate API credentials, get an access token, and call an endpoint.
Prerequisites: You need a Sandbox account. Sign up here if you don’t have one.
Navigate to Sandbox Console and go to Settings → API Keys to retrieve your API Key and API Secret. Sandbox provides separate credentials for test and production environments.Follow this guide to generate your keys: Generate your API Keys.
Save your API key and secret immediately when they appear—you won’t be able to view the secret again.
2
Authenticate to get an access token
Use the Authenticate API to generate an access token. Pass your API Key and API Secret in the request headers.