Skip to main content
GET
Get paginated list of blacklisted contacts

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1
per_page
integer
default:15

Search term for name, surname, email, or phone

Response

Success

success
boolean
Example:

true

message
string
Example:

"Blacklisted contacts retrieved successfully"

data
object
pagination
object

Page state for this result set, same envelope as the conversations API. Follow next_page_url (null on the last page) to walk the list.