List Contacts in Contact List
SMS Broadcast
Last modified:2026-05-06 15:52:03
Retrieves detailed information about a specific contacts in a contact list. Returns comprehensive data including configuration details, status, associated relationships, and relevant metadata for the requested contacts in a contact list.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
Contact list contacts retrieved successfully
curl --location 'https://apicfa.convirza.com/v2/contact-lists//contacts?page=undefined&limit=undefined&filter=undefined' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"result": "string",
"err": "string",
"data": "string"
}
Modified at 2026-05-06 15:52:03