Ad Hoc User Checks

Use the /user/other endpoint to perform ad hoc checks on users interacting with your platform. This endpoint is useful for checking user actions that do not pertain to the Spidr API such as: logging in/out, resetting passwords, 2FA or step-up authentication, etc. Please pass in a flowName to describe the type of user action.

Body Params

POST /v1/user/other Request body

string
required

Pass in the session key generated via Create ZTM Session.

string
enum
required
Allowed:
string

Pass in the Spidr user ID

string
required

Pass in a string that describes the type of user action taken. Please use a standard/consistent naming convention for your flows.

checkpoints
array of strings

List of specific checkpoints to run during the ad hoc check. Checkpoints define the categories/types of rules that are evaluated.

checkpoints
Responses

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