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}

Documentation Index

Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
number
required

Contact ID

Response

200

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