GET
/
v1
/
tenant
/
integrations
/
{integrationId}
/
compliance-frameworks
/
{complianceId}
/
download
Download compliance framework report for an integration in a tenant
curl --request GET \
  --url https://{region}.api.plerion.com/v1/tenant/integrations/{integrationId}/compliance-frameworks/{complianceId}/download \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Content-Type
string

application/json

Path Parameters

integrationId
string<uuid>
required

UUID of the integration to get.

complianceId
string
required

ID of the Compliance Framework to get. This can be retrieved using the List Compliance Frameworks API.

Response

200
application/json

Pre-signed URL to download a Compliance Framework Summary Report

The response is of type object.