Headers

  • If-Modified-Since string(date-time)

    ISO 8601 date/time to filter contacts updated since

Query parameters

  • name string

    Name of contact to filter by

  • contact_type_id integer(int32)

    Contact Type ID to filter by

Responses

  • 200 application/json

    An array of contacts

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
GET /contacts
curl \
 --request GET 'https://*.syngency.com/admin/api/contacts' \
 --header "If-Modified-Since: 2025-05-04T09:42:00Z"
Response examples (200)
[
  [
    []
  ]
]
Response examples (500)
{
  "code": 42,
  "message": "string"
}