Get a Terms of Service agreement by id
Retrieve a single ToS agreement record. Returns 404 if the agreement does not exist or does not belong to the authenticated user.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the agreement.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Response
Agreement.
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.
JavaScript