Get RCS templates Early access

Retrieve all RCS templates and their statuses for a specified sender. Available only in India.

Please log in to see full path URL. Learn why.
get
/rcs/1/senders/{sender}/templates
Scopes:
Request rate limit:
2500 requests / second (per account)
path Parameters
sender
required
string
Example: Demo

The sender whose templates will be retrieved.

query Parameters
status
string
Enum: "PENDING" "APPROVED" "REJECTED"
Example: status=APPROVED

The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.

Responses

200

List of all templates with status for the given sender.

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

429

Too Many Requests

500

Internal Server Error

Request samples

Example
cURL
Copy
curl -L -g 'https://{baseUrl}/rcs/1/senders/Demo/templates?status=APPROVED' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

Content type
application/json
Copy
Collapse all
[
  • {
    • "name": "Text template name",
    • "type": "TEXT",
    • "status": "APPROVED",
    • "lastUpdate": "2024-07-16T10:30:00.000+0000"
    },
  • {
    • "name": "Text template name2",
    • "type": "TEXT",
    • "status": "APPROVED",
    • "lastUpdate": "2024-07-16T12:30:00.000+0000"
    }
]

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.