If a user is locked this endpoint will unlock them
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.sandbox.velopayments.com//v2/users//unlock'
Response Response Example
204 - Example 1
{}
Request
Path Params
Responses
🟢204Success the user was unlocked or was already unlocked
application/json
Body
🟠400Invalid request. See Error message payload for details of failure
🟠401Invalid access token. May be expired or invalid
🟠403The authentication does not have permissions to access the resource
This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions
🟠404The resource was not found or is no longer available