latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Vendors
List contacts
get/vendors/{id}/contacts
Path parameters
idinteger required
ID of the vendor
Query parameters
cursorstring
Last pagination reference
limitinteger
max number of Contacts returned
Response
Successfully fetched Contacts list
Example response
{
"contacts": [
{
"id": 135,
"role": "Team Lead",
"email": "john@doe.com",
"phoneNumber": "1234567890",
"extension": "4682",
"vendorId": 432
}
]
}