Inject an inbound scheme event against a proxy-lookup connected account
in your sandbox. Use this to drive proxy_lookup and proxy_key rows
through their state machine without a live scheme connection.
This endpoint is only available in the sandbox environment.
Supported message_type values include proxy_lookup.completed,
proxy_lookup.rejected, proxy_key.registration_completed
(transitions a key from pending_registration to active),
proxy_key.registration_rejected (transitions a key from
pending_registration to registration_failed), and
proxy_key.invalidated_by_scheme (transitions a key from active to
disabled). The full set of values and their payload shapes is
documented on the Numeral developer portal under "Vanilla simulator
events".
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Bad request. Invalid envelope, unknown message_type, or the targeted row is not in a status that accepts this event.
401Unauthorized. API key is missing or invalid.
403Forbidden. Feature not enabled for this API key.
404Not found. The connected account does not exist, is not attached to this legal entity, or the targeted row does not exist.
501Not implemented. No handler is registered for this message_type yet.
