Api
List Contacts
Fetch a paginated list of all contacts, including their tags and attributes.
AuthorizationBearer <token>
In: header
Query Parameters
page?integer
Page number
Default
1limit?integer
Items per page
Default
10Response Body
application/json
curl -X GET "https://example.com/api/v1/contacts"{
"success": true,
"data": [
{
"id": "string",
"phoneNumber": "string"
}
],
"pagination": {}
}Empty