API Authentification
Last updated
Last updated
To authenticate with Gigastore backend, please use the credentials provided when logging in to your Gigastore account.
API credentials and inventory are bound to the Gigastore login. Make sure to use the same login to create credentials and manage your inventory.
The credentials are Client ID and Client Secret, which can be found in the API section of the Gigastore portal.
Use the /reseller/authenticate
endpoint with Basic Authorization using your Client ID as username and Client Secret as password to retrieve the accessToken.
The snippet below can be generated by following the "First Steps" in the Gigastore API portal, or the base64 value needs to be calculated on your side.
Now, you can use the accessToken in your header as Authorization Bearer for other API calls needing authentification.