Skip to main content
POST
/
v1
/
tenant
/
integrations
/
{integrationId}
/
frameworks
/
{complianceFrameworkId}
/
reports
Request a framework report
curl --request POST \
  --url https://{region}.api.plerion.com/v1/tenant/integrations/{integrationId}/frameworks/{complianceFrameworkId}/reports \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "OK",
    "message": "Report generation has been initiated"
  }
}

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}"

Path Parameters

integrationId
string<uuid>
required

UUID of the integration.

complianceFrameworkId
string
required

Framework ID (see list compliance frameworks).

Response

Queue the creation of the report.

data
object
required
I