get https://app.investglass.com/client_portal_api/transactions/transaction_type
The endpoint https://app.investglass.com/client_portal_api/transactions/transaction_type is used to retrieve transaction types.
The response of this request can be documented as a JSON schema:
{
"type": "object",
"properties": {
"errors": {
"type": "string"
}
}
}