Trigger a proxy-lookup simulator event
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 cover the proxy_lookup.*, proxy_key.*, and proxy_claim.* event families — see the message_type enum in the request schema for the full list. Payload shapes are documented per event on the Numeral developer portal under "Vanilla simulator events".
Path parameters
ID of the connected account. Must have the proxy_lookup_dict bank service enabled.
Request body
Example request
{
"message_type": "proxy_lookup.completed"
}Response
The event was applied. The response body identifies the row affected.
Changes
No recorded changes to this endpoint across all 1 revision of this API.