Actions
Get Companies
Returns the currently accessible company for the given token. Please note, the returned fields depend on the scopes that are enabled for your access token or API key.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"value": {
"address": {
"city": "string",
"country": "string",
"state": "string",
"streetLine1": "string",
"streetLine2": "string",
"zip": "string"
},
"id": "string",
"name": "string",
"phone": "string",
"primaryEmail": "string",
"workLocations": [
{
"address": {
"city": "string",
"country": "string",
"state": "string",
"streetLine1": "string",
"streetLine2": "string",
"zip": "string"
},
"id": "string",
"nickname": "string"
}
]
}
}
Was this page helpful?