Authorization: Bearer {API_KEY}
For example, the beginning of a request using a fictitious key:
apikey, e.g.
baseurl, see the Environments section for more details.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You authenticate each request by presenting your API key in the request header.
Authorization: Bearer {API_KEY}
For example, the beginning of a request using a fictitious key:
curl https://api-sandbox.synctera.com/v0/customers \
-H 'Authorization: Bearer 476d901b4-a264a79-9db9-96d3dfaafb732'
apikey, e.g.
export apikey=476d901b4-a264a79-9db9-96d3dfaafb732
baseurl, see the Environments section for more details.Was this page helpful?
