Referencesuppression
Add numbers to your suppression list
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/v1/suppression" \ -H "Content-Type: application/json" \ -d '{ "phone_numbers": [ "string" ] }'{
"added": 0,
"skipped_existing": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}