EaserixDocs
DevelopersAPI referenceAuth & accountsMe

List user API keys

Full sessions only. Unrevoked keys, newest first; role key omitted on user keys.

View as Markdown
GET
/v1/me/api-keys
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/api-keys"
{  "api_keys": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "kind": "string",      "name": "string",      "org_id": "string",      "token_prefix": "string",      "role": "string",      "tools": [        "string"      ],      "last_used_at": "2019-08-24T14:15:22Z",      "expires_at": "2019-08-24T14:15:22Z",      "created_at": "2019-08-24T14:15:22Z",      "secret": "string"    }  ]}