Skip to main content

EGT API

This api is use to return the Auth token

Request Body required
    access_key string required

    access_key issued to you by Nimbbl, you can get this from the dashboard

    order_id string required

    This is the order_id returned by Nimbbl in response to the create order API

Responses

When the egt token api is successful, the response will be as below


Schema
    token string

    This is the user token, you will need to add it to the Header for subsequent API calls

    expires_at date-time

    This is the expiry of the token, it is expressed in UTC. If the token has expired, you will need to hit the API again to generate another token. The token has an expiry time of 20 minutes

    sub_merchant_id number

    This is the internal identifier for the sub merchant.

    auth_principal string
    sub_merchant_id number

    This is the internal identifier for the sub merchant.

    checkout_version string

    The version of the checkout that needs to be rendered.

Loading...