Update Sender ID
Update the purpose or description of an existing sender ID.
curl -X PUT "https://accounts.netvox.ng/api/v2/SenderId?id=94" \
-H "Content-Type: application/json" \
-d '{
"SenderId": "YOURBRAND",
"Purpose": "Updated purpose description",
"ApiKey": "YOUR_API_KEY",
"ClientId": "YOUR_CLIENT_ID"
}'
Parameters
ID of the sender ID to update
Request Body
The sender ID text (cannot be changed, must match existing)
Updated purpose or description
Your API key for authentication
Your client identifier for authentication
Response
Error code (0 for success)
Description of the result
Success Response
{
"ErrorCode": 0,
"ErrorDescription": "Success",
"Data": "SenderId updated Successfully."
}
Use Cases
- Purpose updates: Change the description of your sender ID
- Documentation: Keep sender ID purposes up to date
- Compliance: Update sender ID information for regulatory requirements