The Provision APIs respond to the API endpoints with the following:
200
Ok
{
"success": true,
"order_number": "12345678-1234",
"vault_url": "qa.keepersecurity.com/vault/#"
}
400
Bad Request
{
"success": false,
"message": "Invalid request - Missing required fields"
}
401
Unauthorized
{
"success": false,
"message": "Invalid Hash Value - UnAuthorized"
}