Files
stern-api/endpoint-validation-evidence.json

200 lines
4.0 KiB
JSON

{
"/api/v2/portal/user_confirm_registration/": {
"bytes": 159,
"contentType": "application/json",
"schema": {
"properties": {
"authorized": {
"type": "boolean"
},
"code": {
"type": "integer"
},
"datetime": {
"type": "string"
},
"message": {
"type": "string"
},
"message_number": {
"type": "integer"
},
"success": {
"type": "boolean"
}
},
"type": "object"
},
"status": 400
},
"/api/v2/portal/user_verify_email/": {
"bytes": 150,
"contentType": "application/json",
"schema": {
"properties": {
"code": {
"type": "integer"
},
"datetime": {
"type": "string"
},
"email_present": {
"type": "boolean"
},
"message": {
"type": "string"
},
"message_number": {
"type": "integer"
},
"success": {
"type": "boolean"
}
},
"type": "object"
},
"status": 400
},
"/api/v2/portal/user_verify_password/": {
"bytes": 244,
"contentType": "application/json",
"schema": {
"properties": {
"code": {
"type": "integer"
},
"datetime": {
"type": "string"
},
"errors": {
"properties": {
"validation_code": {
"type": "integer"
},
"validation_message": {
"type": "string"
}
},
"type": "object"
},
"message": {
"type": "string"
},
"message_number": {
"type": "integer"
},
"password_present": {
"type": "boolean"
},
"success": {
"type": "boolean"
}
},
"type": "object"
},
"status": 400
},
"/api/v2/portal/user_verify_username/": {
"bytes": 156,
"contentType": "application/json",
"schema": {
"properties": {
"code": {
"type": "integer"
},
"datetime": {
"type": "string"
},
"message": {
"type": "string"
},
"message_number": {
"type": "integer"
},
"success": {
"type": "boolean"
},
"username_present": {
"type": "boolean"
}
},
"type": "object"
},
"status": 400
},
"/api/v2/token/": {
"bytes": 139,
"contentType": "application/json",
"schema": {
"properties": {
"password": {
"items": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"username": {
"items": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"status": 400
},
"/api/v3/portal/user_auth/": {
"bytes": 206,
"contentType": "application/json",
"schema": {
"properties": {
"authorized": {
"type": "boolean"
},
"code": {
"type": "integer"
},
"country_of_request": {
"nullable": true
},
"datetime": {
"type": "string"
},
"identifier": {
"type": "string"
},
"message": {
"type": "string"
},
"message_number": {
"type": "integer"
},
"success": {
"type": "boolean"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"status": 401
}
}