Skip to main content
POST
Create a redline URL for a member

Authorizations

Authorization
string
header
required

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

Path Parameters

redlineRequestId
string
required

The ID of the redline request

Body

application/json
memberEmail
string<email>
required

Email address of the redline member

Example:

"member@example.com"

Response

Redline URL created successfully

redlineUrl
string

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"