Blacklist the NPAI of a campaign

This method allows you to add the NPAI of your campaign into your NPAI list.

PUT

/campaign/:id/npai

Query Parameters

id
required
The campaign id

Examples

HTTP
 httpCopyPUT /campaign/6666723/npai HTTP/1.1
Host: api.smsfactor.com
Authorization: Bearer your.token
Accept: application/json
        

Result Format

JSON
{
    "status": 1,
    "message": "OK",
    "NPAI": 2
}