Reset Session Limit
This endpoint will allow the session limit to be reset. resets are allowed until the max number of permitted sessions is 50 and when this endpoint is called it will simply double the amount of attempts that were originally configured.
GET https://api.yotisign.com/v2/idv/recipients/:recipientID/sessions/reset-limit
Headers Explained
The following elements are needed:
Headers | Description |
---|---|
Authorization (header) | API Key to call the Yoti Sign API. This should be sent as a bearer token. |
Response
On success, we return a 200 and the previous session limit will have been doubled.
Was this page helpful?