get
https://soipapi.netcorecloud.com/rcs/template/preview
Retrieve detailed preview information for a specific RCS template.
This endpoint returns template content, status, orientation, alignment, and all suggestion details.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Returned for invalid authentication, incorrect content type, or missing/invalid template_id.
Invalid API Key:
{
"errors": [
{
"message": "Authorization Failed, invalid token",
"field": "api_key"
}
]
}
Invalid Content Type:
{
"errors": [
{
"message": "ContentType not valid",
"field": "ContentType"
}
]
}
Missing or Invalid Template ID:
{
"errors": [
{
"message": "Template ID is required",
"field": "template_id"
}
]
} 404Template not found.
{
"status": "error",
"message": "Template not found",
"template_id": 9753
}