List available templates.
cURL
curl --request GET \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/templates \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "category": "<string>", "name": "<string>", "text": "Name of profile is $name$.", "created_at": "2023-01-01T12:00:00Z", "updated_at": "2023-01-01T12:00:00Z" } ], "links": { "first": "<string>", "last": "<string>", "prev": "<string>", "next": "<string>" }, "meta": { "current_page": 123, "from": 123, "to": 123, "last_page": 123, "per_page": 123, "total": 123, "path": "<string>", "links": [ "<any>" ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Default count: 100
Show child attributes