Post Decision

Use the /action/decision endpoint to post decisions on actions that were scored by ZTM. Decisions can only be posted to actions with a pending status.

Approving an action typically lets it proceed to completion (if no failures are encountered), while declining an action typically halts the action from proceeding further.

Please check with a Spidr contact if you have questions about your ZTM configuration and how decisions impact your flows.

Body Params

POST /v1/action/decision Request body

string
required

Unique ID to identify the action within Spidr. Each type of action (e.g. create user, create account, replace card) has its own unique action ID.

string
enum
required

Type of action that was performed. Almost all Unified endpoints create corresponding actions for traceability and decisioning.

string
enum
required

The type of decision to make on the action.

Allowed:
string
required

Description of the reason for the decision.

Responses

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