Update Sender Name
Update the details of an existing sender name
Endpoint:
PUT /sendernames/{sender_id}
Description: This endpoint allows updating the properties of a registered sender name, such as changing the name.
Request Parameters:
sender_id
(string, required): The unique ID of the sender name you want to update.name
(string, optional): The new sender name to replace the existing one.
Request Example:
Response:
Last updated