v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Contacts

List contacts

This method returns a list of contacts associated with a workspace.

get/public/v1/contacts

Query parameters

emailstring

Optional search parameter. Filter results by exact match.

Response

OK

Example response

{
  "results": [
    {
      "id": "BCUWJhZm3k7grUNFAz6cD2",
      "email": "user01@pandadoc.com",
      "first_name": "John",
      "last_name": "Doe",
      "company": "John Doe Inc.",
      "job_title": "CTO",
      "phone": "+14842634627",
      "country": "USA",
      "state": "Texas",
      "street_address": "1313 Mockingbird Lane",
      "city": "Austin",
      "postal_code": "75001"
    }
  ]
}