Skip to main content
POST
Create a template edit URL

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials access token, passed as a Bearer token in the Authorization header.

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"