Skip to content

List Contacts

GET/v1/contacts

Returns both blocked and non-blocked contacts, ordered by created_at descending. Empty results return 200 with data: [] and meta.total: 0.

Query Parameters

pageinteger
Example:1
per_pageinteger
Example:25

Responses

Body

success_codeenum: 200 | 201Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataarray[object] required
idstringContact ULID
avatarstring or nullPublic URL to avatar image
full_namestring
emailstring or null
phone_numberstring
company_namestring or null
country_namestring or null
city_namestring or null
biostring or null
sourceenum: api | client | crm | import
typeenum: internal | external
additional_attributesobject
tagsarray[object]
idstringTag ULID
namestring
colorstring or null
descriptionstring or null
custom_attributesarray[object]
idstringCustom attribute ULID
display_namestring
keystring
typestring
valuestring or null
notesarray[object]
idstringNote ULID
contentstring
created_bystringAgent UUID
created_atstring (date-time)
updated_atstring (date-time)
is_blockedboolean
created_atstring (date-time)
updated_atstring (date-time)
metaobject (GeneralPaginationMeta) required
current_pageinteger required
per_pageinteger required
totalinteger required
last_pageinteger required
linksobject required
firststring required
laststring required
prevstring or null required
nextstring or null required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required