EaserixDocs
DevelopersAPI referenceAuth & accountsApi keys

List org API keys

Full sessions only; org.settings.manage.

View as Markdown
GET
/v1/orgs/{id}/api-keys
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/orgs/string/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"    }  ]}