Chilkat Online Tools

Unicode C++ / Cognite API v1 / Logout

Back to Collection Items

void ChilkatSample(void)
    {
    success = http.QuickGetSb(L"https://domain.com/logout",sbResponseBody);
    }

Curl Command

curl -X GET
https://domain.com/logout

Postman Collection Item JSON

{
  "id": "logout",
  "name": "Logout",
  "request": {
    "url": {
      "host": "{{baseUrl}}",
      "path": [
        "logout"
      ],
      "query": [
      ],
      "variable": [
      ]
    },
    "method": "GET",
    "header": [
    ],
    "description": "Invalidates a session and returns the authentication status of the asking entity."
  }
}