⏱️Setup
About project
The platform offers real API functionality that can be used for API integration practice or testing.
The project consists of several functional modules. To access any endpoint, you must pass an access token in the request header so that the API user can be identified.
In this article, we'll cover the basic setup. It's very simple!
1. Create an account
Pass the registration stage through one of the systems
2. Create an access token
To access project endpoints, you need to create an access token.
Go to the token management page
Click "Create Token”
Set the necessary settings for each of the modules.
Click “Create”
What are additional module features?
3. Working with a Postman collection
To simplify working with modules, I created a Postman collection that describes all requests.
To get started, open it by following the link below
Postman collection setup
Follow the link above
Log in to your Postman account
Return to this collection
Go to the environments section
Enter your access key in the API_KEY field, which you created above
Conclusion
Now you can work with the simulator endpoints.
If you go to the headers section, in any of the requests, you will see that your access token is passed in the x-api-key header.
When you work with APIs outside of Postman, you must also pass this header.
🎉 In the following articles we will look at the logic and configuration of each of the simulator modules.
Last updated