Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

agreement_id
string<uuid>
required

Unique identifier of the agreement.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Agreement.

data
object
required

A recorded user agreement to a product's Terms of Service. The user_id is intentionally NOT echoed back on this public surface - the caller already knows their own identity.