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 | 201•Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataarray[object] required
idstring•Contact ULID
avatarstring or null•Public 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]
idstring•Tag ULID
namestring
colorstring or null
descriptionstring or null
custom_attributesarray[object]
idstring•Custom attribute ULID
display_namestring
keystring
typestring
valuestring or null
notesarray[object]
idstring•Note ULID
contentstring
created_bystring•Agent 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