Skip to main content
POST
Create a redline URL

Authorizations

Authorization
string
header
required

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

Path Parameters

redlineRequestId
string
required

The ID of the redline request.

Body

application/json
memberEmail
string<email>
required

Email address of the redline member the URL is for.

Example:

"member@example.com"

Response

Redline URL created successfully.

redlineUrl
string<uri>

The generated redline URL for the member.

Example:

"https://app.formabledocs.com/redlining/embedded/xyz789abc"

expiresAt
string<date-time>

ISO 8601 timestamp when the redline URL expires.

Example:

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