Quick Start
In order to make your first request, you must follow the steps below:
Last updated
Was this helpful?
In order to make your first request, you must follow the steps below:
Last updated
Was this helpful?
Firstly, you need to open an account on Perculus. If you have an account, you can skip this step.
We will name the βAccount Titleβ field in your account settings as a domain in the document, and it is essential to note this field as we will use it when sending requests.
To use the Perculus API, you need to create an API user. You can follow the steps below for this process;
Login to your Perculus account from here
After logging in, click on the βNew Userβ button in the βUsersβ section to open the new user creation screen.
At this stage, we will use the information you will write in the email and password fields in the user creation form when sending requests to the API. Therefore, remember that this user should not be deleted.
Please follow steps that is in Authorization section.
We have outlined all the steps necessary to make your first request to PerculusAPI above. You are now ready to make your first request.
We will use the CURL method to make a request. We will illustrate this with the /session
endpoint where you can list all your sessions on the system.
Requirements
Domain
Access Token
For our example service, session list, you can now see the CURL structure:
You can list all your sessions in the response when you send the sample request above.
It's that easy to send requests in Perculus.