Wizard API
Navigate through the Wizard without xs2a.js
Note that this endpoint uses the v1.1 prefix, so the URL is https://api.xs2a.com/v1.1/wizard.
Validations rules
| Rule Name | Description |
|---|---|
| alpha_num | Only alpha-numeric characters are allowed. |
| between:min,max | The field must have a size between min and max. |
| digits:value | The field must be numeric and must have an exact length of value. |
| in:value1,value2,... | The field must be included in the given list of values. |
| min:value | The field must have a minimum value. |
| max:value | The field must have a maximum value. |
| required | The field must be present and not empty. |
| size:value | The field must have a size matching the value. |
post/wizard
Request body
Example request
{
"key": "ws_xxxxxxxxxxxxxxxx",
"action": "back"
}Response
Request successfully processed