Add sender

Description

Summary: Creates a new sender on your account. Details: This endpoint registers a new sender resource with the specified name and value. The name is a human-readable label for the sender, while the value is the actual sender identifier (e.g., a phone number or alphanumeric sender ID) that will appear as the originator of outbound messages. Once created, the sender may be subject to approval or verification depending on your account configuration and the destination network requirements.

Authentication & Scopes

Authentication is handled via an API key provided in the Authorization header. No OAuth scopes are defined; access is granted or denied based on the validity of the key.

MethodDetails
API KeyPass your API key directly in the Authorization header value (not as a Bearer token).

Headers

HeaderRequiredDescription
AuthorizationYesThe API key that verifies your access to the API.
Content-TypeYesMust be application/json.
acceptNoExpected response format. Default: application/json.

Parameters

This endpoint does not use path or query parameters.

Request Body

The request body must be a JSON object with the following properties:

PropertyTypeRequiredDescription
namestringYesA human-readable label for the sender (e.g., "Marketing SMS", "Alerts").
valuestringYesThe sender identifier value — typically a phone number or alphanumeric sender ID that recipients will see as the message originator.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json