# Get list of all contacts **GET /contacts** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### 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 An array of contacts #### Body: application/json (array[array]) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)