Skip to main content
GET
/
orgs
/
{orgId}
/
compliance
/
templates
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/orgs/{orgId}/compliance/templates \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "type": "<string>",
      "title": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

orgId
string
required

Organization identifier

Response

200 - application/json

OK

List of available report templates

items
object[]
required