Skip to main content
POST
Add a contact to the blacklist

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

Body

application/json
reason
string
required

Why the contact is being blacklisted (min 3 characters)

Example:

"Repeated abusive behavior"

type
enum<string>
Available options:
Phone,
Email,
Both
Example:

"Both"

is_permanent
boolean
Example:

true

expires_at
string<date> | null

Required when is_permanent is false. Must be after today.

Example:

"2026-12-31"

Response

Success

success
boolean
Example:

true

message
string
Example:

"Contact added to blacklist"

data
object