v1

latestOpenAPI 3.0.02026-07-2628145109.6 KB
whoami

Get current key

Retrieves current key associated with this session.

get/whoami

Response

Successfully retrieved a current of key from this session.

key_idstring uuid required

UUID of a API key.

key_namestring required

key name.

project_idstring uuid

UUID of a project.

Example response

{
  "key_id": "e060759f-4348-4767-a645-8c0301265791",
  "key_name": "My First Key",
  "project_id": "944904d6-2e30-4cfb-8bc4-04afaabcdd42"
}