Skip to main content
European CommissionEBSI European Blockchain
Select the Environment you want to work withEnvironment:

Get a policy

Last updated on
GET 

https://api-pilot.ebsi.eu/trusted-policies-registry/v3/policies/:policyName

Returns a trusted policy identified by its name.

Request

Path Parameters
    policyName stringrequired
    Example: TSR:insertSchema

Responses

Success

Schema
    policyId string

    Unique policy ID

    description string

    policy description

    policyName string

    Name of the policy

    status boolean

    Status of the policy (false = inactive, true = active)

Request Collapse all
Base URL
https://api-pilot.ebsi.eu
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!

curl -L 'https://api-pilot.ebsi.eu/trusted-policies-registry/v3/policies/:policyName' \
-H 'Accept: application/json'