Every API here is available over the APIs.io API and to AI agents over MCP.
{"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":{}}}}}}}