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.
Example Output
{
"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"
}
]
}
}
Workflow Library Example
Get Companies with Rippling and Send Results Via Email
Preview this Workflow on desktop