Skip to main content
POST
Initiate the consent flow for a student and guardian

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials flow. Contact timeback@trilogy.com to request credentials for your application.

Path Parameters

studentId
string<uuid>
required

Unique identifier of the student

Body

application/json
guardians
object[]
required

The parent/guardians to request consent from. Each entry carries the guardian's UUID and may optionally carry a corrected legal name.

Minimum array length: 1
returnUrl
string<uri>
required

URL the guardian's browser is redirected to after they finish signing in DocuSign. Applies to every guardian in this request. Required: the platform hosts no landing page, so the caller must supply where the guardian lands after signing.

forceResend
boolean
default:false

Explicit signal that a repeat call is an intentional resend. With the default (false), a repeat call for a guardian who was already emailed reuses the envelope and sends no further email, regardless of elapsed time. Set true to re-email; a forced resend is still debounced by a short server-side window, so a double-click or retry cannot double-send. Applies to every guardian in this request.

Response

Consent request accepted