curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/metrics \
--header 'x-api-key: <api-key>'
{
"offset": 1,
"total": 1,
"count": 1,
"items": [
{
"id": [
"<any>"
],
"finalized": [
"<any>"
],
"dateCreated": [
"<any>"
],
"dateUpdated": [
"<any>"
],
"period": 123,
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"complianceRequests": {
"created": 0,
"stateCount": {},
"stateChanged": {}
},
"consentEvents": {
"created": 0,
"read": 0
},
"sessions": {
"created": 0,
"unique": 0
}
}
]
}
Gets the usage metrics for an organization.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/metrics \
--header 'x-api-key: <api-key>'
{
"offset": 1,
"total": 1,
"count": 1,
"items": [
{
"id": [
"<any>"
],
"finalized": [
"<any>"
],
"dateCreated": [
"<any>"
],
"dateUpdated": [
"<any>"
],
"period": 123,
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"complianceRequests": {
"created": 0,
"stateCount": {},
"stateChanged": {}
},
"consentEvents": {
"created": 0,
"read": 0
},
"sessions": {
"created": 0,
"unique": 0
}
}
]
}
Default Response
The response is of type object
.