Contacts

Get Contacts

get/api/v1/contacts

Query parameters

pageinteger

Page number (defaults to 1)

page_sizeinteger

Number of items per page (defaults to 30, max 100)

Response

List of contacts

statusstring

Example response

{
  "status": "success",
  "data": {
    "results": [
      {
        "id": 163,
        "type": "contact",
        "first_name": "PayPal",
        "email": "donotreply@paypal.com",
        "enabled": true,
        "created_at": "2025-09-14T18:53:01.172243Z",
        "updated_at": "2025-09-14T18:53:01.172243Z"
      }
    ],
    "total": 39,
    "per_page": 100,
    "total_pages": 1,
    "page": 1
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.