Skip to main content
POST
Create a template edit URL

Authorizations

Authorization
string
header
required

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

Path Parameters

templateId
string
required

The ID of the template to create an edit URL for

Response

Edit URL created successfully

editUrl
string<uri>

The generated edit URL for the template

Example:

"https://app.formabledocs.com/template-setup/abc123xyz"

expiresAt
string<date-time>

ISO 8601 timestamp when the edit access expires (1 day from creation by default)

Example:

"2024-01-16T10:30:00.000Z"