v4

latestOpenAPI 3.0.22026-08-02109239415.7 KB
manage

Retrieve current API keys and their respective data.

get/manage/api/api_keys

Response

API keys the user currently manages

Example response

{
  "current_api_keys": [
    {
      "creation_time": "2000-01-23T04:56:07+00:00",
      "redacted_api_key": "vkpDja",
      "api_key_id": "JRPVD7jWR1aTBYiJ0UFVOg=="
    },
    {
      "creation_time": "2000-01-23T04:56:07+00:00",
      "redacted_api_key": "vkpDja",
      "api_key_id": "JRPVD7jWR1aTBYiJ0UFVOg=="
    }
  ]
}