Publish policy
Roles
Analytics Events
/v1/ecosystems/{ecosystemId}/policiesPublish a new version of the ecosystem policy. Only active and currently valid participants and IACA certificates are included in the policy.
Analytic events
- ECOSYSTEM_POLICY_CREATE_START
- ECOSYSTEM_POLICY_CREATE_SUCCESS
- ECOSYSTEM_POLICY_CREATE_FAIL
Authorization
bearerAuth In: header
Path Parameters
The UUID of the ecosystem
uuidResponse Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/ecosystems/497f6eca-6276-4993-bfeb-53cbbbba6f08/policies"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "policyPublishedAt": "2019-08-24T14:15:22Z"}How would you rate this page?
Delete a participant verifier certificate DELETE
Delete a specific verifier certificate for the specified participant. ### **Analytic events** * ECOSYSTEM_PARTICIPANT_VERIFIER_CERTIFICATE_DELETE_START * ECOSYSTEM_PARTICIPANT_VERIFIER_CERTIFICATE_DELETE_SUCCESS * ECOSYSTEM_PARTICIPANT_VERIFIER_CERTIFICATE_DELETE_FAIL
Retrieve latest ecosystem policy GET
Retrieves the latest ecosystem policy by providing the ecosystem ID. This endpoint is intended for public consumption, and as such does not require authentication. ### **Analytic events** * ECOSYSTEM_POLICY_RETRIEVE_LATEST_START * ECOSYSTEM_POLICY_RETRIEVE_LATEST_SUCCESS * ECOSYSTEM_POLICY_RETRIEVE_LATEST_FAIL