Retrieve all message templates for a Business Account. Message templates will be retrieved for the Business Account associated with the request access token or API key.
GET /v1/message-templates
Authorization: Bearer <access_token> or Authorization: Basic <encodedString> where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
None
Returns an array of Message Template objects.
SAMPLE RESPONSE
{
"content": [
{
"id": "a9e1e4ce-0d9e-4298-8059-178e17d31c11",
"name": "Spring Campaign",
"message": "Our spring sale starts tomorrow!",
"status": "ACTIVE",
"createdAt": "2023-11-02T16:58:25.808Z",
"updatedAt": "2023-11-03T16:58:25.808Z"
},
{...},
{...}
]
}
RocketCOMs is a powerful SMS marketing platform that empowers businesses with seamless support for multiple brands, intuitive campaign management, real-time analytics, and advanced formatting options for successful text message campaigns.