get entitlement agreement PDF
GET/org/:orgId/entitlement/:entitlementId/pdf
Returns a presigned S3 URL for the agreement PDF of the given AWS entitlement. The URL is valid for 24 hours. Returns 404 if no agreement PDF has been synced yet.
Request
Path Parameters
orgId stringrequired
Organization ID
entitlementId stringrequired
Entitlement ID
Responses
- 200
- 400
- 404
- 500
Presigned URL
- text/plain
- Schema
Schema
string
Bad request error
- text/plain
- Schema
Schema
string
Not found
- text/plain
- Schema
Schema
string
Internal server error
- text/plain
- Schema
Schema
string
Loading...