Edit sender-ids using put method under your account
https://portal.mobtexting.com/api/v2/
Note: Few elements in the endpoint may change from service to service.
{endpoint}sms/senders/{id}
Name | optional | Descriptions |
---|---|---|
country_code | Yes | For which country this sender belongs to. 2 letters full list |
entity_id | Yes | Input the entity id (required for india) |
entity_name | Yes | Company name whom this sender belongs to (required for india) |
service | Yes | The short code of the service name. ex: ( T ) full list |
{
"status": "OK",
"code": 200,
"message": "Sender Updated Successfully",
"data": {
"id": "ff467e28-7170-4a72-952e-c999cxxxxxx",
"name": "SENDER",
"service": {
"id": 55,
"display_name": "Global SMS",
"name": "G"
},
"entity_name": "SAMPLE COMPANY",
"entity_id": "123233434355345555",
"header_id": null,
"iso": "IN",
"message": null,
"document": null,
"is_open": 0,
"purpose": 1,
"status": 1,
"created_at": "2022-11-16T06:53:26.000000Z",
"updated_at": "2022-11-16T06:55:55.000000Z"
}
}