Policy

Retrieve ecosystem policy

Retrieves an ecosystem policy by its ID.

Analytic events

  • ECOSYSTEM_POLICY_RETRIEVE_START
  • ECOSYSTEM_POLICY_RETRIEVE_SUCCESS
  • ECOSYSTEM_POLICY_RETRIEVE_FAIL
SecuritybearerAuth
Request
path Parameters
ecosystemId
required
string <uuid>

The UUID of the ecosystem

Example: 87880d7e-a4d0-462e-8383-3f1e5e16865d
header Parameters
If-None-Match
string

The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.

Accept-Encoding
string

Use the Accept-Encoding header to specify the supported content encodings.

Enum: "gzip" "deflate"
Responses
200

Ecosystem policy retrieved

304

Not Modified. The resource has not been modified since the last request.

404

Not Found. The specified resource was not found.

get/v1/ecosystems/{ecosystemId}/policy
Request samples
Response samples
application/json
{
  • "policyModifiedAt": "2023-10-17T00:00:00Z",
  • "credentials": {
    },
  • "participants": {
    }
}