Skip to main content

Accept terms of service (sandbox)

POST 

/individuals/:individual_id/tos/accept

Sandbox only. Marks the individual's terms of service as accepted, bypassing the hosted acceptance page. In production the individual accepts via the terms_of_service_url returned by GET /individuals/{individual_id}/tos.

Request

Path Parameters

    individual_id uuidrequired

Responses

Terms of service accepted

Schema

    status string

    Possible values: [success]

    data

    object

    status string

    Possible values: [accepted]

    code integer

    Possible values: [200]

    message string

    Possible values: [Successful request]

Loading...