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
Authorizations:
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
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/rcs/1/senders/Demo/templates?status=APPROVED' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 400
- 401
- 403
- 404
- 429
- 500
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"
}
]
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See