Bynder Metaproperties API

The Metaproperties API from Bynder — 4 operation(s) for metaproperties.

Operations 4

GET /api/pim/metaproperties Retrieve metaproperties
GET /api/pim/metaproperties/{id} Retrieve specific metaproperty
GET /api/workflow/metaproperties Retrieve metaproperties
GET /api/workflow/metaproperties/{id} Retrieve specific 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-metaproperties-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

bynder-metaproperties-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Bynder Metaproperties API
  version: 1.0.0
  description: 'Operations tagged Metaproperties across 2 of this provider''s published API definitions: bynder-product-layer-v4-openapi.json, bynder-wf-metaproperties-v4-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://{your-bynder-domain}/
- url: https://{your-bynder-domain}
tags:
- name: Metaproperties
  description: ''
paths:
  /api/pim/metaproperties:
    get:
      summary: Retrieve metaproperties
      description: Retrieve a list of metaproperties.
      tags:
      - Metaproperties
      security:
      - OAuth2:
        - metaproperty.view
      - permanentToken:
        - metaproperty.view
      responses:
        '200':
          description: Successfully retrieved metaproperties
          content:
            application/json:
              schema:
                type: array
                items:
                  type: string
                  example: 00000000-0000-0000-0000-000000000000
    servers:
    - url: https://{your-bynder-domain}/
  /api/pim/metaproperties/{id}:
    get:
      summary: Retrieve specific metaproperty
      description: Retrieve the details of a specific metaproperty.
      tags:
      - Metaproperties
      security:
      - OAuth2:
        - METAPROPERTYMANAGEMENT
      - permanentToken:
        - METAPROPERTYMANAGEMENT
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
          example: 00000000-0000-0000-0000-0000000000000000
      responses:
        '200':
          description: Successfully retrieved specific metaproperty
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: string
                    example: 00000000-0000-0000-0000-000000000000
                  name:
                    type: string
                    example: Product A
                  label:
                    type: string
                    example: Product A
                  description:
                    type: string
                    example: Metaproperty for Product A
                  mp_options:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 00000000-0000-0000-0000-000000000000
                        name:
                          type: string
                          example: Product A option 1
                        label:
                          type: string
                          example: Product A option 1
                        description:
                          type: string
                          example: Metaproperty option 1 for Product A
                        metapropertyid:
                          type: string
                          example: 00000000-0000-0000-0000-000000000000
                        relations:
                          type: array
                          items:
                            type: object
                            properties:
                              id:
                                type: string
                                example: 00000000-0000-0000-0000-000000000000
                              name:
                                type: string
                                example: Product B option 1
                              label:
                                type: string
                                example: Product B option 1
                              description:
                                type: string
                                example: Metaproperty option 1 for Product B
                              metapropertyid:
                                type: string
                                example: 00000000-0000-0000-0000-000000000000
    servers:
    - url: https://{your-bynder-domain}/
  /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
    servers:
    - url: https://{your-bynder-domain}
  /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
    servers:
    - url: https://{your-bynder-domain}
components:
  securitySchemes:
    permanentToken:
      type: apiKey
      in: header
      name: Authorization
    OAuth2:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://{your-bynder-domain}/v6/authentication/oauth2/token
          scopes:
            metaproperty.view: ''
            METAPROPERTYMANAGEMENT: ''
        authorizationCode:
          authorizationUrl: https://{your-auth-url}
          tokenUrl: https://{your-bynder-domain}/v6/authentication/oauth2/token
          scopes:
            metaproperty.view: ''
            METAPROPERTYMANAGEMENT: ''
x-refined-from:
- bynder-product-layer-v4-openapi.json
- bynder-wf-metaproperties-v4-openapi.json