• Register

Interactive API

In order to test an API you may go through the _Interactive API_ functionality provided by Tibco Mashery. First step is to call the token endpoint to be authorized. Select then the Interactive Documentation you submitted for (in this example we will use the _Connection Tester_ API) and click on _Authorize_ button.
Use the proper _Key_ and _Secret_ received during the application registration step (you can find them in your [_My API Keys_](https://developer.mycampari.com/apps/mykeys) section). The received _Key_ is equivalent to the _client_id_, while the _Secret_ is the _client_secret_ as shown below.
Click on _Authorize_. If no error is shown, you have been authorized, click then _Close_. At this point you are able to test any endpoints reported below. For example the following are the available endpoints for the _Connection Tester_ API:
For example we are going to show you how to test the GET operation. Click on it to open it and click on _Try it out_ and then _Execute_. You'll receive the response from the endpoint and the corresponding HTTP status code. A code equal to 200 means the request was processed successfully.
For POST/PUT operations that require a Body as input, the body schema is reported. You can modify the data as we did below and then click on _Execute_.

Docs Navigation