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 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".

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

ID of the connected account. Must have the proxy_lookup_dict bank service enabled.

Body Params
string
enum
required

The simulator event to trigger. See the Numeral developer portal for
the payload shape of each event.

payload
object
required

Event-specific payload. Shape is determined by message_type; see
the developer portal for the per-event schema. For
proxy_key.registration_completed the payload follows
simulator.proxy_key.registration_completed.payload; for
proxy_key.registration_rejected it follows
simulator.proxy_key.registration_rejected.payload; for
proxy_key.invalidated_by_scheme it follows
simulator.proxy_key.invalidated_by_scheme.payload; for
proxy_claim.creation_completed it follows
simulator.proxy_claim.creation_completed.payload; for
proxy_claim.creation_rejected it follows
simulator.proxy_claim.creation_rejected.payload; for
proxy_claim.acknowledged_by_donor it follows
simulator.proxy_claim.acknowledged_by_donor.payload; for
proxy_claim.confirmed_by_donor it follows
simulator.proxy_claim.confirmed_by_donor.payload; for
proxy_claim.cancelled_by_donor it follows
simulator.proxy_claim.cancelled_by_donor.payload; for
proxy_claim.completion_completed it follows
simulator.proxy_claim.completion_completed.payload; for
proxy_claim.completion_rejected it follows
simulator.proxy_claim.completion_rejected.payload; for
proxy_claim.cancellation_completed it follows
simulator.proxy_claim.cancellation_completed.payload; for
proxy_claim.cancellation_rejected it follows
simulator.proxy_claim.cancellation_rejected.payload; for
proxy_claim.received it follows
simulator.proxy_claim.received.payload; for
proxy_claim.acknowledgment_completed it follows
simulator.proxy_claim.acknowledgment_completed.payload; for
proxy_claim.acknowledgment_rejected it follows
simulator.proxy_claim.acknowledgment_rejected.payload; for
proxy_claim.confirmation_completed it follows
simulator.proxy_claim.confirmation_completed.payload; for
proxy_claim.confirmation_rejected it follows
simulator.proxy_claim.confirmation_rejected.payload; for
proxy_claim.completed_by_claimer it follows
simulator.proxy_claim.completed_by_claimer.payload; for
proxy_claim.cancelled_by_claimer it follows
simulator.proxy_claim.cancelled_by_claimer.payload; for
proxy_claim.auto_confirmed it follows
simulator.proxy_claim.auto_confirmed.payload.

Responses

400

Bad request. Invalid envelope, unknown message_type, or the targeted row is not in a status that accepts this event.

401

Unauthorized. API key is missing or invalid.

403

Forbidden. Feature not enabled for this API key.

404

Not found. The connected account does not exist, is not attached to this legal entity, or the targeted row does not exist.

501

Not implemented. No handler is registered for this message_type yet.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json