Skip to main content

Authentication

Our authentication API provides a secure and reliable way for users to authenticate themselves with our system. The API uses a partner ID that is generated by our support team upon request, which allows users to access our system using a unique identifier.

When a user authenticates with our system, the API returns a JSON Web Token (JWT) mechanism. This token is signed by our server and includes the user's partner ID, along with a timestamp and other relevant information. The token is then stored on the user's device and can be used to make authorized API calls to our system.

To ensure the security of our system, the JWT token expires after a few minutes. When this happens, the user must request a new token using the refresh token API. This API returns a new JWT token, which can be used to continue making authorized API calls.

The refresh token API requires the user to provide their partner ID and a valid refresh token. The API then validates the refresh token and generates a new JWT token, which is returned to the user. This process ensures that only authorized users can access our system and that their authentication tokens are always up-to-date and secure.

Our authentication API is built using the latest security protocols and technologies, including HTTPS encryption and strict authentication and authorization protocols. This ensures that users' data is always protected and that unauthorized access is prevented.

In conclusion, our authentication API provides a secure and reliable way for users to authenticate themselves with our system. By using a partner ID and JWT token mechanism, we ensure that only authorized users can access our system, and by using a refresh token API, we ensure that users' authentication tokens are always up-to-date and secure.

To get your partner Id, please send us an email to support@infosun.co.uk. Our support department will generate the partner id and will provide you the sandbox environment urls so that you can test your integration.