Last updated 2 years ago
To create a new sender ID
Create a new sender id
Sender name
DUCKSMS
Sender description
Ducksms sender id
Default sender id
false
Sender id status
active
inactive
POST /api/v1/senders HTTP/1.1 Host: ducksms.com Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 86 { "name": "DUCKSMS", "description": "Ducksms sender id", "default": false, "status": "active" }
Sender ID created
{ "status": 201, "message": "Sender successfully created", "data": { "id": 1 } }