Skip to main content
POST
/
public
/
v1
/
templates
Create a message template
curl --request POST \
  --url https://api.hostreach.io/v1/public/v1/templates \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.hostreach.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.

Body

application/json

The body is of type object.

Response

201 - undefined