Base URL:
https://api.zeam.money/gw/v1Sandbox and production use the same base URL. Your application’s registration
determines which environment a request runs in.1
Get sandbox credentials
Register an application in the business
portal (or ask an administrator to) to get its
clientId, client secret,
and application secret (apiKey). See API keys.2
Issue an access token
Exchange your client credentials for a short-lived bearer token. No bearer
token is needed for this call — you don’t have one yet — but every
request, including this one, still needs your application secret as
The response contains the token and its lifetime in seconds:The
x-zeam-auth.cURL
Response
associationId is informational — the gateway resolves your
association server-side from the bearer token, so there’s nothing to keep
or send.3
Call a protected endpoint
Every protected request carries two headers: the bearer token and your
application secret as A successful response is a paginated collection:
x-zeam-auth.cURL
Response
Next steps
Authentication
Understand tokens, the application secret, and association scoping.
Your first transaction
Go from credentials to a completed P2P transfer with status tracking.
API reference
Browse every endpoint and try requests in the playground.
Errors
Learn the RFC 7807 error format and how to handle failures.