get https://api.salescaddy.ai/api/companies//cohort/
BuyerCaddy allows for 3 different comparison cohorts for each company being benchmarked.
Log in to see full request history
Responses
BuyerCaddy allows for 3 different comparison cohorts for each company being benchmarked.
xxxxxxxxxx
curl --request GET \
--url 'https://api.salescaddy.ai/api/companies/companyDomain/cohort/Default?page=0&size=20' \
--header 'accept: application/json'
xxxxxxxxxx
11{
"totalPages": 0,
"totalElements": 0,
"content": [
{
"domain": "string",
"name": "string",
"logo": "string"
}
]
}