Usage Info

Get Account Quota Information

Get Quota

GET https://panel.offersoptimize.com/api/v2/quota

This endpoint allows you to get quota of your account.

Headers

Name
Type
Description

x-api-key

string

API KEY eg:. XXXXXXX-XXXXXXX-XXXXXXX-XXXXXX

{
    "success": true,
    "data": {
        "credit": {
            "total": 10000,
            "used": 186,
            "left": 9814,
            "expires_on": "2021-06-05T10:15:18.282Z"
        }
    }
}

Sample CURL Request

curl --location --request GET 'https://panel.offersoptimize.com/api/v2/quota' \
--header 'x-api-key: API_KEY'

Last updated

Was this helpful?