Jagel.Co
  1. Template
Jagel.Co
  • Jagel.Co
  • Send Broadcast Direct
    • Send Template
      POST
  • Template
    • List Template
      GET
    • Template Content
      GET
  • Create Batch
    • Create Batch
      POST
  • Create Batch List
    • Create Batch List
      POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Template

Template Content

GET
https://dashboard.jagel.co/api/v1/templates/{{unique_id_content}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://dashboard.jagel.co/api/v1/templates/{{unique_id_content}}' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "message": "Request is processed successfully",
    "errors": [],
    "data": [
        {
            "unique_id": "5335092419777963ef913b099.32003512",
            "template_id": 37783,
            "type": "BODY",
            "format": null,
            "value": "value_content",
            "example": null,
            "parent_id": null,
            "flow_id": null
        },
        {
            "unique_id": "5335092419766963ef946c3c1.17834825",
            "template_id": 37783,
            "type": "BUTTONS",
            "format": null,
            "value": null,
            "example": null,
            "parent_id": null,
            "flow_id": null
        },
        {
            "unique_id": "5335092419766963ef893dbc5.10732032",
            "template_id": 37783,
            "type": "FLOW",
            "format": null,
            "value": "Demo form",
            "example": null,
            "parent_id": 74617,
            "flow_id": null
        }
    ]
}
🟠401Unauthorized
🟠404Not Found
🟠422Parameter Error
Modified at 2024-07-23 04:33:39
Previous
List Template
Next
Create Batch
Built with