v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBProxy lookup simulator
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".
post/simulator/proxy-lookup/{connected_account_id}
Path parameters
connected_account_idstring uuid required
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.