Check access

Checks the validity of given api-key and returns the name of its owner.

URL: GET /whoami

Headers:

  • api-key

Response:

{
  "name": "Example Partner",
  "keyValidFrom": "2024-12-25T09:00:00.000Z",
  "keyExpireAt": "2025-12-25T09:00:00.000Z"
}