Bynder Access Rights API

Content access rights on metaproperties — retrieve, create and delete which users or groups may see a given metaproperty.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/bynder-access-rights-v4-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

bynder-access-rights-v4-openapi.json Raw ↑
{"openapi":"3.1.0","info":{"title":"Access Rights API","version":"1.0.0"},"servers":[{"url":"https://{your-bynder-domain}/"}],"security":[{"OAuth2":[]},{"permanentToken":[]}],"tags":[{"name":"Access rights","description":""}],"paths":{"/api/content_access/metaproperties/{metaproperty_id}":{"get":{"summary":"Retrieve metaproperty access","tags":["Access rights"],"parameters":[{"name":"metaproperty_id","in":"path","required":true,"schema":{"type":"string"},"description":"Metaproperty id."}],"responses":{"200":{"description":"Successful retrieval of metaproperty access","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"contentId":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"contentType":{"type":"string","example":"metaproperty"},"level":{"type":"string","example":"metaproperty.hide"},"ruleType":{"type":"string","example":"allow"},"principalId":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"principalType":{"type":"string","example":"user"},"principalName":{"type":"string","example":"User full name"},"principalExtraInformation":{"type":"object","properties":{"email":{"type":"string","example":"user_email@bynder.com"}}}}}}}}}}},"post":{"summary":"Create metaproperty access","tags":["Access rights"],"parameters":[{"name":"metaproperty_id","in":"path","required":true,"schema":{"type":"string"},"description":"Metaproperty id."}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"principals":{"type":"array","items":{"type":"object","properties":{"principalId":{"type":"string","example":"00000000-0000-0000-0000000000000000"},"principalType":{"type":"string","enum":["user","group","profile"],"example":"user"}}}},"level":{"type":"string","enum":["metaproperty.hide"],"example":"metaproperty.hide"}}}}}},"responses":{"201":{"description":"Metaproperty access created","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"principalId":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"principalType":{"type":"string","example":"user"}}}}}}}}},"delete":{"summary":"Delete metaproperty access","tags":["Access rights"],"parameters":[{"name":"metaproperty_id","in":"path","required":true,"schema":{"type":"string"},"description":"Metaproperty id."}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contentAccessIds":{"type":"array","items":{"type":"string","example":"00000000-0000-0000-0000-000000000000"}}}}}}},"responses":{"204":{"description":"Metaproperty access deleted"}}}}},"components":{"securitySchemes":{"permanentToken":{"type":"apiKey","in":"header","name":"Authorization"},"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token","scopes":{}},"authorizationCode":{"authorizationUrl":"https://{your-auth-url}","tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token","scopes":{}}}}}}}