Getting started
API Explorer
The API Explorer is a powerful tool that allows you to test and validate Chift’s API endpoints directly from your browser.
Next to that you can use as well to directly re-run existing transactions.
This guide will show you how to use the API Explorer effectively.
Accessing the API Explorer
- Navigate to the consumer of your choice
- Click on the
API Explorer
button - You’ll be able to select the endpoint you want to test from a list of all available API endpoints
- Once you selected the endpoint and the consumer (by default the current consumer is selected), you can enter additional parameters or a body if needed
- Once you’re ready, click on the
Execute
button to execute the API call (be careful, if you execute a POST request on production, it will really execute the request) - The response will be displayed in the
Response
section
This gives you a perfect overview of the data you can retrieve or modify for a specific connexion and endpoint.
Re-running transactions
- Navigate to the consumer of your choice
- In the
Transactions
section, you’ll be able to re-run any transaction of your choice by clicking on the “Zoom” icon on the right of the transaction of your choice
- The transaction will be opened in the API Explorer, you will be able to see what was the request and the response in case of error (we do not keep data in case of success)
- Click on the “Run again” button to re-run the transaction
- You will be able to see the request, change parameters if needed and execute the request
The API Explorer is available in both sandbox and production environments. Make sure you’re testing in the appropriate environment.
Next Steps
After familiarizing yourself with the API Explorer, you can:
- Create API keys for your applications
- Integrate Chift APIs into your application
- Review our API Reference for detailed endpoint documentation