This component provides features for testing APIs, setting up validations and run those validations as regression tests.
After logging in to the platform, select “API Validator”. You will need to have access to the API Validator module for this:

This will take you to the API Validator project's dashboard and display the project on which you have access. You can open a project by clicking on “Open” button on the same row as project or create a new API Validator project by clicking on “+ Create” button on the top right of screen.
To open the project, click on open button.
To delete the project, click on the delete button
Creating a new project from this screen will create an empty project with no paths added. You will need to add paths into the project. The paths do not need to be from single API or they can even be from an API that is outside of the platform.
If you open API Validator from context action menu from either API Design Studio, API Flow Manager or API Collaborator, you will be taken directly to the API Validator project corresponding to the project context if the API Validator project exists already. If the project does not exist, a new API Validator project will be automatically created with paths and methods from the API specification as initial project and it can be altered as required.
On the API validations component, the left most menu is context action menu. This is for the contextual navigation between components of Syvizo API Platform. This is covered in the Introduction section.
The menu for API Validator is next to the context action menu and contains 4 sections.
The Test API section provides functionality to test APIs. You can create request by adding parts of the request such as headers, parameters, request body and authorisations.
If you have navigated to API Validator from context action menu from other component o the platform, you can see that the API Validator project would be created with the paths and available methods in the project. If you have created a new blank project, then the left menu will be empty and you can add paths and methods from scratch.
The paths and methods can be added to any existing project as well.
To add a new path, you can click on
button next to the project name. It opens a dialog box to enter the path to be added.
To add a method to the path, click on the
button next to the path and it will add a new method under the path. Do note that the default method that is added is “GET” and it can be changed to any other method in the right panel.
The test panel on the right can have multiple tabs to test different methods.
You can edit the method and domain or url to be tested.
The other parts of the request need to be specified in the tabs below the url box. Click on the tabs to provide values.
The param section has a table to enter values of the parameter names and their values. Optionally the description can be provided. To add more values, press tab on the last column of the last row and it will add a new row of the current last row is not empty.
Similarly in the header tab, you can provide the names and values of the headers and optionally header key. To add more values, press tab on the last column of the last row and it will add a new row of the current last row is not empty.
Body section has different options for the body type:
For most REST request you will use raw data type with json format.
Authorizations have following options and these are to be specified based on the API being called. Most APIs are implemented with one of these authorization types. You can find the type of authorisation needed in API documentation.
Once the request is sent, the response is obtained and the details are show in the lower part of the screen.
Contact