Prerequisites
- A client ID and client secret provided during onboarding.
- curl or any HTTP client.
Steps
1
Get an access token
Follow the Authentication guide to exchange your client credentials for a JWT. Copy the
access_token from the response.2
Make your first request
List accounts in the sandbox:
3
Check the response
You should see a paginated response:An empty
data array is expected — you haven’t created any accounts yet. You’re connected and authenticated.What’s next
- Open an account — create your first account
- Authentication — learn about token management
- Environments — understand sandbox vs production