Api Keys
Find API key by organization
Finding all API key assigned to the specified organization in a paginated manner.
get/api/v1/apikeys
Query parameters
organizationIdstring
The namespace of the organization to search in.
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
Response
OK
Example response
{
"elements": [
{
"active": true,
"createdAt": 1517232722,
"createdBy": "user123",
"key": "39978f49-6ff1-4147-bf0f-9910185084b7",
"label": "My Api Key",
"organizationId": "de.acme"
}
],
"limit": 100,
"total": 200
}