post https://app.investglass.com/client_portal_api/portal_auth/acceptance_terms_of_service
The endpoint https://app.investglass.com/client_portal_api/portal_auth/acceptance_terms_of_service
is a POST request to accept the terms of service in the client portal API.
Request Body
This request does not require a request body.
Response
The response of this request is a JSON object with the following schema:
{
"success": boolean
}
The success
key indicates whether the acceptance of the terms of service was successful, with a boolean value.