Chilkat Online Tools

Unicode C++ / Reloadly API / Countries

Back to Collection Items

void ChilkatSample(void)
    {
    http.put_AuthToken(L"ACCESS_TOKEN_GOES_HERE");    success = http.QuickGetSb(L"https://topups.reloadly.com/countries",sbResponseBody);
    }

Curl Command

curl -X GET
	-H "Authorization: Bearer ACCESS_TOKEN_GOES_HERE"
	-H "Accept: application/com.reloadly.topups-v1+json"
https://topups.reloadly.com/countries

Postman Collection Item JSON

{
  "name": "Countries",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Authorization",
        "value": "Bearer ACCESS_TOKEN_GOES_HERE",
        "type": "text"
      },
      {
        "key": "Accept",
        "value": "application/com.reloadly.topups-v1+json",
        "type": "text"
      }
    ],
    "url": {
      "raw": "https://topups.reloadly.com/countries",
      "protocol": "https",
      "host": [
        "topups",
        "reloadly",
        "com"
      ],
      "path": [
        "countries"
      ]
    }
  },
  "response": [
  ]
}