AsyncAPI channel · AltoIRA
· Alto Investment Status Webhooks
/
A single webhook channel carrying every investment status event. The event is discriminated by the event_name field in the payload.
Channel address
/
Operations
receive
receiveInvestmentEvent
Receive an investment status event from Alto
Messages
investment_signed
Investor signs DOI for initial commitment amount
Content-Type:
application/jsoninvestment_paid
Alto sends payment for the investor's commitment
Content-Type:
application/jsoninvestment_cancelled
The investor has alerted Alto that they have chosen to not take part in this investment. Note the two l's in "cancelled".
Content-Type:
application/jsoncommitment_amount_changed
The investor has alerted Alto that they would like to make a change to their commitment amount.
Content-Type:
application/jsonnew_contribution_approved
The investor has signed the DOI for an investment increase
Content-Type:
application/jsoninvestment_increase_rejected
The investor has informed Alto that they do not intend to complete the DOI for an investment increase.
Content-Type:
application/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.