Skip to main content
PATCH
/
template
/
{templateId}
/
visit
cURL
curl --request PATCH \
  --url https://app.teable.ai/api/template/%7BtemplateId%7D/visit \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

templateId
string
required

Response

200

Successfully incremented template visit count.

Last modified on March 5, 2026