Skip to main content
GET
/
api
/
contacts
/
{id}
Get contact by ID (customer or vendor)
curl --request GET \
  --url https://api.example.com/api/contacts/{id}

Path Parameters

id
number
required

Contact ID

Response

200

Contact details (under "customer" key for form/duplicate use)