Bynder Options API

The Options API from Bynder — 4 operation(s) for options.

Operations 6

GET /api/1/content-access/options/{optionId} Retrieve Option Access Rights
PUT /api/1/content-access/options/{optionId} Modify Option Access Rights
GET /api/1/content-access/options/{optionId}/visibility Retrieve Option Default Visibility
PUT /api/1/content-access/options/{optionId}/visibility Modify Option Default Visibility
GET /api/pim/metaproperties/{id}/options Retrieve metaproperty options
PUT /api/pim/metapropertyoptions/{id} Modify metaproperty option

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-options-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-options-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Bynder Options API
  version: 1.0.0
  description: 'Operations tagged Options across 2 of this provider''s published API definitions: bynder-access-rights-and-options-v4-openapi.json, bynder-product-layer-v4-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://{your-bynder-domain}/
  variables:
    your-bynder-domain:
      default: your-bynder-domainDefaultValue
- url: https://DefaultParameterValue
  variables: {}
- url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
  variables: {}
- url: https://{your-auth-url}
  variables:
    your-auth-url:
      default: DefaultParameterValue
tags:
- name: Options
  description: ''
paths:
  /api/1/content-access/options/{optionId}:
    get:
      summary: Retrieve Option Access Rights
      tags:
      - Options
      parameters:
      - name: optionId
        in: path
        required: true
        schema:
          type: string
        description: Option ID
      - name: principalId
        in: query
        required: false
        schema:
          type: string
        description: Principal ID
      - name: limit
        in: query
        required: false
        schema:
          type: integer
          default: 20
          minimum: 1
          maximum: 1000
        description: Number of results to return
      - name: start
        in: query
        required: false
        schema:
          type: string
        description: Cursor for next page
      - name: before
        in: query
        required: false
        schema:
          type: string
        description: Cursor for previous page
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ApiContentAccessMetapropertiesResponse'
        '403':
          description: Forbidden
      security:
      - OAuth2: []
      - permanentToken: []
    put:
      summary: Modify Option Access Rights
      tags:
      - Options
      parameters:
      - name: optionId
        in: path
        required: true
        schema:
          type: string
        description: Option ID
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApiContentAccessMetapropertiesRequest'
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ApiContentAccessMetapropertiesResponse1'
        '403':
          description: Forbidden
      security:
      - OAuth2: []
      - permanentToken: []
    servers:
    - url: https://{your-bynder-domain}/
      variables:
        your-bynder-domain:
          default: your-bynder-domainDefaultValue
    - url: https://DefaultParameterValue
      variables: {}
    - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
      variables: {}
    - url: https://{your-auth-url}
      variables:
        your-auth-url:
          default: DefaultParameterValue
    - url: https://DefaultParameterValue
      variables: {}
    - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
      variables: {}
  /api/1/content-access/options/{optionId}/visibility:
    get:
      summary: Retrieve Option Default Visibility
      tags:
      - Options
      parameters:
      - name: optionId
        in: path
        required: true
        schema:
          type: string
        description: Option ID
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
                properties:
                  defaultVisibility:
                    type: string
        '403':
          description: Forbidden
      security:
      - OAuth2: []
      - permanentToken: []
    put:
      summary: Modify Option Default Visibility
      tags:
      - Options
      parameters:
      - name: optionId
        in: path
        required: true
        schema:
          type: string
        description: Option ID
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                defaultVisibility:
                  type: string
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
                properties:
                  defaultVisibility:
                    type: string
        '403':
          description: Forbidden
      security:
      - OAuth2: []
      - permanentToken: []
    servers:
    - url: https://{your-bynder-domain}/
      variables:
        your-bynder-domain:
          default: your-bynder-domainDefaultValue
    - url: https://DefaultParameterValue
      variables: {}
    - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
      variables: {}
    - url: https://{your-auth-url}
      variables:
        your-auth-url:
          default: DefaultParameterValue
    - url: https://DefaultParameterValue
      variables: {}
    - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
      variables: {}
  /api/pim/metaproperties/{id}/options:
    get:
      summary: Retrieve metaproperty options
      description: Retrieve a paginated list of options for the given metaproperty id.
      tags:
      - Options
      security:
      - OAuth2:
        - METAPROPERTYMANAGEMENT
      - permanentToken:
        - METAPROPERTYMANAGEMENT
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
          example: 00000000-0000-0000-0000-0000000000000000
      - name: order
        in: query
        required: false
        schema:
          type: string
          enum:
          - asc
          - desc
          example: asc
      - name: page
        in: query
        required: false
        schema:
          type: integer
          example: 1
      - name: limit
        in: query
        required: false
        schema:
          type: integer
          example: 20
      responses:
        '200':
          description: Successfully retrieved metaproperty options
          content:
            application/json:
              schema:
                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
                    product_options:
                      type: array
                      items:
                        type: object
                        properties:
                          id:
                            type: string
                            example: 00000000-0000-0000-0000-000000000000
                          name:
                            type: string
                            example: Product A option 1 child
                          label:
                            type: string
                            example: Product A option 1 child
                          description:
                            type: string
                            example: Metaproperty option 1 child
                          metapropertyid:
                            type: string
                            example: 00000000-0000-0000-0000-000000000000
    servers:
    - url: https://{your-bynder-domain}/
  /api/pim/metapropertyoptions/{id}:
    put:
      summary: Modify metaproperty option
      description: Edit the children of a metaproperty option.
      tags:
      - Options
      security:
      - OAuth2: []
      - permanentToken: []
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
          example: 00000000-0000-0000-0000-0000000000000000
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                children:
                  type: array
                  items:
                    type: string
                    example: 00000000-0000-0000-0000-000000000000
      responses:
        '204':
          description: Metaproperty option modified successfully
    servers:
    - url: https://{your-bynder-domain}/
components:
  schemas:
    PrincipalExtraInformation:
      title: PrincipalExtraInformation
      type: object
      properties:
        email:
          type: string
          examples:
          - user_email@bynder.com
    PrincipalType:
      title: PrincipalType
      enum:
      - user
      - group
      - profile
      type: string
      examples:
      - user
    ApiContentAccessMetapropertiesResponse1:
      title: ApiContentAccessMetapropertiesResponse1
      type: object
      properties:
        principalId:
          type: string
          examples:
          - 00000000-0000-0000-0000-000000000000
        principalType:
          type: string
          examples:
          - user
    Principal:
      title: Principal
      type: object
      properties:
        principalId:
          type: string
          examples:
          - 00000000-0000-0000-0000000000000000
        principalType:
          $ref: '#/components/schemas/PrincipalType'
    Level:
      title: Level
      const: metaproperty.hide
      type: string
      examples:
      - metaproperty.hide
    ApiContentAccessMetapropertiesRequest:
      title: ApiContentAccessMetapropertiesRequest
      type: object
      properties:
        principals:
          type: array
          items:
            $ref: '#/components/schemas/Principal'
          description: ''
        level:
          $ref: '#/components/schemas/Level'
    ApiContentAccessMetapropertiesResponse:
      title: ApiContentAccessMetapropertiesResponse
      type: object
      properties:
        id:
          type: string
          examples:
          - 00000000-0000-0000-0000-000000000000
        contentId:
          type: string
          examples:
          - 00000000-0000-0000-0000-000000000000
        contentType:
          type: string
          examples:
          - metaproperty
        level:
          type: string
          examples:
          - metaproperty.hide
        ruleType:
          type: string
          examples:
          - allow
        principalId:
          type: string
          examples:
          - 00000000-0000-0000-0000-000000000000
        principalType:
          type: string
          examples:
          - user
        principalName:
          type: string
          examples:
          - User full name
        principalExtraInformation:
          $ref: '#/components/schemas/PrincipalExtraInformation'
  securitySchemes:
    permanentToken:
      type: apiKey
      name: Authorization
      in: header
    OAuth2:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://your-bynder-domainDefaultValue/v6/authentication/oauth2/token
          scopes: {}
        authorizationCode:
          authorizationUrl: https://DefaultParameterValue/
          tokenUrl: https://your-bynder-domainDefaultValue/v6/authentication/oauth2/token
          scopes: {}
x-refined-from:
- bynder-access-rights-and-options-v4-openapi.json
- bynder-product-layer-v4-openapi.json