Skip to main content
GET
/
templates
/
documents
List document templates
curl --request GET \
  --url https://app.myhero.so/templates/documents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "_id": "<string>",
      "type": "project",
      "name": "<string>",
      "createdAt": 123,
      "updatedAt": 123,
      "publisher": "<string>",
      "category": "<string>",
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

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

Returns all available document templates. Each entry contains metadata (name, publisher, category, description) only — the template content payload is excluded.

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 - application/json

200 response

data
object[]
required