Acceptance term 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.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!