Governance
Endpoints for fetching governance files
This endpoint retrieves a governance file by its filename.
Authorizations
Path parameters
filenamestringRequired
The filename of the governance file to retrieve.
Responses
200
Governance file retrieved successfully
application/json
Responseobject
404
Governance file not found
application/json
500
Internal Server Error
application/json
get
GET /governance/files/{filename} HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
{}
Was this helpful?