API Token


 

 NameType Description
 merchant_id  Number  Given Merchant id
 country_code  Number  Refer to the country code table

 

 

Retrieve Merchant's API token

This endpoint retrieves the merchant API token. This gives you access to your token anytime and any day

   curl -X GET \
     '{{base-url}}/{merchant_id}/api/token/'
Expected response :
{
        "status": "success",
        "data": {
            "token": "2349160006677",
            "private_key": "9QxaJ&?WMsr5k3UwB$XGEQj3C$g*%6*eqsyXR%Hn2YR*h&?S6ZQJurjHSXX?d*wmTYgz%@"
        }
    }
Example :