Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.trysynch.com/Company/List \ --header 'Authorization: Bearer <token>'
{ "companies": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "referenceId": "<string>" } ] }
Returns all companies for current integration
JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'
/auth/token
OK
Show child attributes
Was this page helpful?