curl --request GET \
--url 'https://api.stateset.com/api/v1/companies/{id}/contacts' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"email": null,
"id": "string",
"name": "string",
"title": null
}
]
List contacts
List contacts
GET
/
api
/
v1
/
companies
/
{id}
/
contacts
curl --request GET \
--url 'https://api.stateset.com/api/v1/companies/{id}/contacts' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"email": null,
"id": "string",
"name": "string",
"title": null
}
]
โI