Skip to main content
POST
Add a phone number to DNC list

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
phoneNumber
string
required
Example:

"+1234567890"

userId
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

reason
string
Example:

"Customer requested to be removed from calling list"

Response

id
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

phoneNumber
string
required
Example:

"+1234567890"

createdAt
string
required
Example:

"2023-01-01T00:00:00Z"

updatedAt
string
required
Example:

"2023-01-01T00:00:00Z"

userId
string | null
Example:

"550e8400-e29b-41d4-a716-446655440000"

reason
string | null
Example:

"Customer requested to be removed from calling list"