simulate
Simulate limits decision
Use this endpoint to simulate a decision being made on a limits request which sends you a webhook notification and updates the user’s daily limit.
POST
/
simulate
/
limits_decision
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
user_id
string
requiredSpecified user must have a pending limits request
approved_daily_limit
integer
requiredThe specified limit must fall within the range defined by the user's current daily limit and their requested daily limit, inclusive.