Skip to main content
POST
/
api
/
omnichannel
/
spam
/
block
Bloquear un remitente
curl --request POST \
  --url https://api.raul.ugps.io/api/omnichannel/spam/block \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

The body is of type object.

Response

201 - undefined