keelwave
API ReferenceAdmin · API Keys

Lists API keys for a project

GET
/admin/orgs/{orgID}/projects/{projectID}/keys

Path Parameters

orgID*string

Organization UUID

projectID*string

Project UUID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/admin/orgs/string/projects/string/keys"
[  {    "created_at": "string",    "id": "string",    "last_used_at": "string",    "name": "string",    "project_id": "string"  }]