get offer EULA
GET/org/:orgId/offer/:offerId/eula
Get the EULA file of the given offer ID.
Request
Path Parameters
orgId stringrequired
Organization ID
offerId stringrequired
Offer ID
Query Parameters
format string
response format in JSON or string
Responses
- 200
- 400
- 405
- 500
AWS S3 signed URL with 30 minutes expiry time
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Method not allowed
- application/json
- Schema
Schema
string
Internal error
- application/json
- Schema
Schema
string
Loading...