Fetch Transactions type

The endpoint https://app.investglass.com/client_portal_api/transactions/transaction_type is used to retrieve transaction types.

Response

The response of this request can be documented as a JSON schema:

{
    "type": "object",
    "properties": {
        "errors": {
            "type": "string"
        }
    }
}

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