How to get Procys API 2.0 key?

Today, we'll guide you through the process of registering and obtaining the Procys API 2.0 key.

- Registration and API Key Retrieval

Before you begin, register on Procys to get your API keys. Log in to your account, go to the settings section, and generate your API keys from the corresponding section.

- Enable API Integration

To work with the Procys API, you'll first need to obtain a pair of access tokens that grant access to our API. Enable API integration to get the necessary token pair for making API calls. The token pair consists of access and refresh tokens.

procys-37

- Authentication

Procys API implements JSON Web Token (JWT)-based bearer token authentication, a standard industry method for securely representing claims between two parties. To authenticate requests to the API, acquire a JWT bearer token.

- Token Retrieval

To obtain a token pair, enable API integration and get the token pair. The access token is used in the "Authorization" header when making requests to protected resources. You can view your tokens in the Procys app.

- Token Renewal

The access token is valid for one hour, while the refresh token is valid for six months. We recommend securely storing the token pair in your database. Verify the access token's validity before making requests and get a new token pair by renewing the refresh token if necessary.

If you encounter issues or have questions about our API, feel free to contact our support team at support@procys.com. We're here to help you maximize the benefits of our API and ensure a seamless integration into your application.