Bynder Workflow Metaproperties API

Metaproperties as seen by the Asset Workflow service, separate from the asset-bank metaproperty definitions.

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-wf-metaproperties-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-wf-metaproperties-v4-openapi.json Raw ↑
{"openapi":"3.1.0","info":{"title":"Workflow Metaproperties API","version":"1.0.0"},"servers":[{"url":"https://{your-bynder-domain}"}],"tags":[{"name":"Metaproperties","description":""}],"paths":{"/api/workflow/metaproperties":{"get":{"summary":"Retrieve metaproperties","tags":["Metaproperties"],"security":[{"permanentToken":["METAPROPERTYOVERVIEW"]},{"OAuth2":["METAPROPERTYOVERVIEW"]}],"responses":{"200":{"description":"List of metaproperties","content":{"application/json":{"schema":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"label":{"type":"string","example":"Holiday Type"},"short_name":{"type":"string","example":"JOB-9"},"description":{"type":"string","example":""},"export":{"type":"string","example":"false"},"removed_by":{"type":"string","example":null},"dependency":{"type":"string","example":null},"position":{"type":"number","example":12},"default":{"type":"boolean","example":true},"dateCreated":{"type":"string","example":"2017-10-27T16:31:52+00:00"},"exportName":{"type":"string","example":""},"type":{"type":"string","example":"select"},"required":{"type":"boolean","example":false},"dependencyValue":{"type":"string","example":null},"assetbank_metaproperty":{"type":"string","example":null},"entity":{"type":"string","enum":["job","campaign"],"example":"job"},"created_by":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"fullName":{"type":"string","example":"User1"}}},"options":{"type":"array","items":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"position":{"type":"number","example":1},"default":{"type":"boolean","example":true},"label":{"type":"string","example":"Beach"},"dateCreated":{"type":"string","example":"2017-10-27T16:31:52+00:00"},"metapropertyID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"created_by":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"fullName":{"type":"string","example":"User1"}}}}}}}},"examples":{"example-1":{"value":{"ID":"00000000-0000-0000-0000-000000000000","label":"Holiday Type","short_name":"JOB-9","description":"","export":"false","removed_by":null,"dependency":null,"position":12,"default":true,"dateCreated":"2017-10-27T16:31:52+00:00","exportName":"","type":"select","required":false,"dependencyValue":null,"assetbank_metaproperty":null,"entity":"job","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"},"options":[{"ID":"00000000-0000-0000-0000-000000000000","position":1,"default":true,"label":"Beach","dateCreated":"2017-10-27T16:31:52+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}},{"ID":"00000000-0000-0000-0000-000000000000","position":2,"default":false,"label":"Sightseeing","dateCreated":"2017-10-27T16:32:16+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}},{"ID":"00000000-0000-0000-0000-000000000000","position":3,"default":false,"label":"Wintersport","dateCreated":"2017-10-27T16:32:16+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}},{"ID":"00000000-0000-0000-0000-000000000000","position":4,"default":false,"label":"Nature","dateCreated":"2017-10-27T16:32:16+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}}]}}}}}}}}},"/api/workflow/metaproperties/{id}":{"get":{"summary":"Retrieve specific metaproperty","tags":["Metaproperties"],"security":[{"permanentToken":["METAPROPERTYOVERVIEW"]},{"OAuth2":["METAPROPERTYOVERVIEW"]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"200":{"description":"Metaproperty object","content":{"application/json":{"schema":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"label":{"type":"string","example":"Holiday Type"},"short_name":{"type":"string","example":"JOB-9"},"description":{"type":"string","example":""},"export":{"type":"string","example":"false"},"removed_by":{"type":"string","example":null},"dependency":{"type":"string","example":null},"position":{"type":"number","example":12},"default":{"type":"boolean","example":true},"dateCreated":{"type":"string","example":"2017-10-27T16:31:52+00:00"},"exportName":{"type":"string","example":""},"type":{"type":"string","example":"select"},"required":{"type":"boolean","example":false},"dependencyValue":{"type":"string","example":null},"assetbank_metaproperty":{"type":"string","example":null},"entity":{"type":"string","enum":["job","campaign"],"example":"job"},"created_by":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"fullName":{"type":"string","example":"User1"}}},"options":{"type":"array","items":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"position":{"type":"number","example":1},"default":{"type":"boolean","example":true},"label":{"type":"string","example":"Beach"},"dateCreated":{"type":"string","example":"2017-10-27T16:31:52+00:00"},"metapropertyID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"created_by":{"type":"object","properties":{"ID":{"type":"string","example":"00000000-0000-0000-0000-000000000000"},"fullName":{"type":"string","example":"User1"}}}}}}}},"examples":{"example-1":{"value":{"ID":"00000000-0000-0000-0000-000000000000","label":"Holiday Type","short_name":"JOB-9","description":"","export":"false","removed_by":null,"dependency":null,"position":12,"default":true,"dateCreated":"2017-10-27T16:31:52+00:00","exportName":"","type":"select","required":false,"dependencyValue":null,"assetbank_metaproperty":null,"entity":"job","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"},"options":[{"ID":"00000000-0000-0000-0000-000000000000","position":1,"default":true,"label":"Beach","dateCreated":"2017-10-27T16:31:52+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}},{"ID":"00000000-0000-0000-0000-000000000000","position":2,"default":false,"label":"Sightseeing","dateCreated":"2017-10-27T16:32:16+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}},{"ID":"00000000-0000-0000-0000-000000000000","position":3,"default":false,"label":"Wintersport","dateCreated":"2017-10-27T16:32:16+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}},{"ID":"00000000-0000-0000-0000-000000000000","position":4,"default":false,"label":"Nature","dateCreated":"2017-10-27T16:32:16+00:00","metapropertyID":"00000000-0000-0000-0000-000000000000","created_by":{"ID":"00000000-0000-0000-0000-000000000000","fullName":"User1"}}]}}}}}}}}}},"components":{"securitySchemes":{"permanentToken":{"type":"apiKey","in":"header","name":"Authorization"},"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token","scopes":{"METAPROPERTYOVERVIEW":""}},"authorizationCode":{"authorizationUrl":"https://{your-auth-url}","tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token","scopes":{"METAPROPERTYOVERVIEW":""}}}}}}}