Skip to main content
GET
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
gcm-scan-results
Get GCM scan results
curl --request GET \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/gcm-scan-results \
  --header 'x-api-key: <api-key>'
{
  "total": 123,
  "offset": 123,
  "count": 123,
  "items": [
    {
      "dateCreated": 123,
      "dateUpdated": 123,
      "url": "<string>",
      "domain": "<string>",
      "dateDetected": 123,
      "status": "success",
      "statusMsg": "<string>",
      "projectId": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string<uuid>
required
projectId
string<uuid>
required

Response

Default Response

total
integer
required
offset
integer
count
integer
items
object[]