curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/api-keys \
--header 'x-api-key: <api-key>'{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"apiKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"role": "owner",
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"permissions": [
{
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"projectName": "<string>",
"role": "owner"
}
]
}
]
}Gets the API keys for an organization.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/api-keys \
--header 'x-api-key: <api-key>'{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"apiKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"role": "owner",
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"permissions": [
{
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"projectName": "<string>",
"role": "owner"
}
]
}
]
}6464256owner, admin, limited, viewer, none x >= 0x <= 1000