Skip to main content
GET
/
template
/
permalink
/
{identifier}
cURL
curl --request GET \
  --url https://app.teable.ai/api/template/permalink/%7Bidentifier%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "redirectUrl": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

Response

200 - application/json

Successfully resolved template permalink.

redirectUrl
string
required
Last modified on March 5, 2026