Test sending an SMS message
The id of the app integration.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYRepresents the data required to test sending an SMS using an external SMS integration (e.g., Twilio). This DTO is typically used to verify the integration credentials and messaging capabilities.
The username or identifier for the SMS integration. For Twilio, this is the Account SID (String Identifier).
The password or authentication token for the SMS integration. For Twilio, this is the Auth Token.
The sender's phone number used by the SMS integration. Must be in E.164 format (e.g., +1234567890).
The recipient's phone number to which the test SMS will be sent. Must be in E.164 format (e.g., +1234567890).
The content of the SMS message to be sent during the test.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
This is the data to be returned to the client.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
API call exceeded rate limit due to too many requests.
Last updated