{ "opencollection": "1.0.0", "info": { "name": "Product Layer Metaproperties API", "version": "1.0.0" }, "items": [ { "info": { "name": "Metaproperties", "type": "folder" }, "items": [ { "info": { "name": "Retrieve metaproperties", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/pim/metaproperties", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{your-bynder-domain}/v6/authentication/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a list of metaproperties." }, { "info": { "name": "Retrieve specific metaproperty", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/pim/metaproperties/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{your-bynder-domain}/v6/authentication/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve the details of a specific metaproperty." } ] }, { "info": { "name": "Options", "type": "folder" }, "items": [ { "info": { "name": "Retrieve metaproperty options", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/pim/metaproperties/:id/options", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "order", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{your-bynder-domain}/v6/authentication/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a paginated list of options for the given metaproperty id." }, { "info": { "name": "Modify metaproperty option", "type": "http" }, "http": { "method": "PUT", "url": "https://{your-bynder-domain}/api/pim/metapropertyoptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{your-bynder-domain}/v6/authentication/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Edit the children of a metaproperty option." } ] } ], "bundled": true }