Hail API
PATCH
/sms/sender-id

Header Parameters

authorization?string|null

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/sms/sender-id" \  -H "Content-Type: application/json" \  -d '{}'
{  "custom_sender_id": "string",  "effective_default": "HAIL"}