Skip to main content
GET
/
api
/
templates
/
{id}
Get a template
curl --request GET \
  --url https://core-api.getaptly.com/api/templates/{id} \
  --header 'x-token: <api-key>'
{
  "data": {
    "_id": "<string>",
    "companyId": "<string>",
    "name": "<string>",
    "archived": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt

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

Authorizations

x-token
string
header
required

Path Parameters

id
string
required

Template ID.

Query Parameters

companyId
string

Required for partner token auth.

Response

Template record.

data
object