Skip to main content
The Authentication API provides users with a secure access token. This token is essential for running other APIs within the application. URL : /api/thirdparty/auth Method : POST Auth required : YES Mandatory Fields : api_key, api_secret Obtain Your API Key: Contact the Genuin team to obtain your unique API_KEY. This key is essential for authenticating your application with the Genuin service.

Request Body

Success Response

Condition: If api_key and api_secret are okay, gn-access-token will be generated in the Body > Header. Code: 200 Note: Only with the help of this gn-access-token, you will be able to use other APIs

General Error

Condition: If the request contains errors or invalid data, authentication will fail. Code: 400 Content

Parameters Missing

Condition: - If required parameters are missing, authentication will not be processed. Code: 404 Content

Precondition Failed

Condition: If a precondition is not met, the authentication process will be denied, preventing further access. Code: 412 Content