Companies
List all companies
AuthorizationBearer <token>
In: header
Query Parameters
starting_after?string|null
Cursor for pagination (only needed for subsequent pages)
per_page?integer|null
Number of items per page (1-100, default 25)
Default
25Range
1 <= value <= 100domain?string|null
Filter companies by exact domain, matched against any of the company's domains
name?string|null
Filter companies by exact name
Response Body
application/json
application/json
application/json
curl -X GET "https://app.sparrowdesk.com/v1/companies"{
"data": [
{
"id": 0,
"name": "string",
"domains": [
"string"
],
"domain": "string",
"logo": "string",
"industry": "string",
"phone": "string",
"address": "string",
"notes": "string",
"other_details": {},
"total_contacts_linked": 0,
"created_at": 0,
"updated_at": 0
}
],
"pages": {
"per_page": 0,
"next_cursor": "string",
"next_url": "string"
},
"total_count": 0
}{
"error": {
"message": "Invalid query parameters"
}
}{
"error": {
"message": "Error while retrieving companies"
}
}