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

nextCursorstring nullable required

The cursor to retrieve the next page of Contacts.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Contacts.

Example response

{
  "contacts": [
    {
      "id": 135,
      "role": "Team Lead",
      "email": "john@doe.com",
      "phoneNumber": "1234567890",
      "extension": "4682",
      "vendorId": 432
    }
  ]
}