Get Started

Start integrating with the Zirius Pluss API in just a few simple steps. Follow the instructions below to create your API key, obtain authentication tokens, and begin accessing the powerful features of the Zirius Pluss platform.

1. Create a Zirius Pluss Account

To get started with the Zirius Pluss API, you'll first need to create a Zirius Pluss account. If you don't already have one, you can sign up for an account on the Zirius Pluss portal. Simply visit Zirius Pluss Portalarrow-up-right and click signup button to create your account.

2. Generate Client Id & Client Secret

Once you have created your Zirius Pluss account, you'll need to generate an Client Id and a Client Secret to authenticate your API requests. These keys are used to securely identify and authenticate your application when making requests to the Zirius API.

Navigate to the API Keys section in the Zirius Pluss portal and generate your Client Id and Client Secret. Keep these keys secure, as they will be used to authenticate your requests to the API.

3. Fetch Access Token

After obtaining your API key and secret key, you'll need to use them to fetch an Access Token. This can be done by making a request to the GetAccessTokenarrow-up-right endpoint of the Zirius API.

4. Use Access Token for Authentication

Finally, use the Access Token as the authorization key in the headers of your API requests to consume Zirius Pluss API endpoints. Include the Access Token in the Authorization header using the Bearer scheme.

Last updated