SMS Broadcast
Last modified:2026-04-03 12:54:09
Retrieves detailed information about a specific broadcast messages by broadcast id. Returns comprehensive data including configuration details, status, associated relationships, and relevant metadata for the requested broadcast messages by broadcast id.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
application/json
An array of broadcast messages
curl --location --request GET 'https://apicfa.convirza.com/v2/broadcasts//messages' \
--header 'Authorization: Bearer <token>'
Response Response Example
[
{
"textMessage": "string"
}
]
Modified at 2026-04-03 12:54:09