You would need to register a sender ID with the endpoint mentioned below. All messages sent before then will be delivered with the default sender ID.
Request
[POST]
Body parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| sender_id | string | Sender ID you wish to register, should be less than 11 characters | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the sender ID registration result |
| entity.message | string | Confirmation message indicating the registration request status |
Fetch Sender IDs
Fetch the list of all your Sender IDs.Request
[GET]
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | array | List of registered sender IDs |
| entity[].sender_id | string | The registered sender ID name |
| entity[].activated | boolean | true if the sender ID has been approved and is active for use |
| entity[].createdAt | string | ISO 8601 timestamp of when the sender ID was registered |