Blacklist
Importar Blacklist
Request
$ curl
-F 'file=@/ruta/al/archivo.csv'
-F 'blacklist=email'
-F 'type=create'
'https://api.woowup.com/apiv3/account/blacklist'
-H 'accept: application/json' \
-H 'authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
-H 'cache-control: no-cache'Response
{
"payload": null,
"message": "ok",
"code": "ok",
"time": "99ms"
}Eliminar Blacklist
Requeset
Response
Last updated
Was this helpful?