cURL
curl --request POST \ --url https://api.example.com/api/v2/SenderId \ --header 'Content-Type: application/json' \ --data ' { "SenderId": "<string>", "Purpose": "<string>", "ApiKey": "<string>", "ClientId": "<string>" } '
{ "ErrorCode": 123, "ErrorDescription": "<string>", "Data": "<string>" }
Create a new sender ID for SMS messaging
curl -X POST "https://accounts.netvox.ng/api/v2/SenderId" \ -H "Content-Type: application/json" \ -d '{ "SenderId": "YOURBRAND", "Purpose": "Marketing and notifications", "ApiKey": "YOUR_API_KEY", "ClientId": "YOUR_CLIENT_ID" }'
{ "ErrorCode": 0, "ErrorDescription": "Success", "Data": "Senderid Added successfully." }
{ "ErrorCode": 027, "ErrorDescription": "Already exist" }
YOURBRAND
SMS123
COMPANY
@
#
$