---
title: "Metaproperty options"
url: "https://earlyaccess.developers.bynder.com/apis/metaproperty-options-1/versions/9b6f896a-c5dd-4f1a-a8e4-591e5ef4f1db"
---

# Metaproperty options

OpenAPI specification document.

```json
{"components":{"schemas":{"CannotCreateOptionOutput":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"CannotCreateOptionOutput","type":"object"},"CreatedOptionStreamOutput":{"properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"},"status":{"type":"string"}},"required":["externalReference","id","name","status","icon"],"title":"CreatedOptionStreamOutput","type":"object"},"ErrorMessage":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"ErrorMessage","type":"object"},"ExistingOptionStreamOutput":{"properties":{"definition":{"type":"string"},"icon":{"type":"string"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"},"status":{"type":"string"}},"required":["id","name","status","icon"],"title":"ExistingOptionStreamOutput","type":"object"},"InvalidOptionOutput":{"properties":{"errorCode":{"type":"string"},"errors":{"items":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"ErrorMessage","type":"object"},"type":"array"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"InvalidOptionOutput","type":"object"},"ListOptionsOutput":{"properties":{"metadata":{"$ref":"#/components/schemas/MetadataOutput","properties":{"nextPage":{"type":"string"},"prevPage":{"type":"string"}},"title":"MetadataOutput","type":"object"},"options":{"items":{"$ref":"#/components/schemas/MetapropertyOption","properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name","externalReference","icon"],"title":"MetapropertyOption","type":"object"},"type":"array"}},"required":["metadata"],"title":"ListOptionsOutput","type":"object"},"MetadataOutput":{"properties":{"nextPage":{"type":"string"},"prevPage":{"type":"string"}},"title":"MetadataOutput","type":"object"},"MetapropertyNotExistingOutput":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"MetapropertyNotExistingOutput","type":"object"},"MetapropertyNotExistingOutput1":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"type":"object"},"MetapropertyOption":{"properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name","externalReference","icon"],"title":"MetapropertyOption","type":"object"},"MetapropertyOptionInput":{"properties":{"definition":{"type":"string"},"externalReference":{"description":"Optional external reference for the option (utf-8, max 255 chars). If omitted and the provided `name` differs from the option's label, Bynder automatically sets the `externalReference` to that `name` value. Passing `null` or an empty string does not disable this behavior; provide an explicit value to control what is stored.","type":"string"},"icon":{"type":"string"},"name":{"description":"Name of the option (utf-8, max 255 chars). When this value differs from the option's label, it is also stored as the option's `externalReference` unless an explicit `externalReference` is provided.","type":"string"}},"required":["name"],"title":"MetapropertyOptionInput","type":"object"},"MetapropertyOptionUpdateInput":{"properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"name":{"type":"string"}},"title":"MetapropertyOptionUpdateInput","type":"object"},"NameAlreadyRegisteredOutput":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"NameAlreadyRegisteredOutput","type":"object"},"OptionCreateInvalidOutput":{"properties":{"errorCode":{"type":"string"},"errors":{"items":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"ErrorMessage","type":"object"},"type":"array"},"message":{"type":"string"}},"title":"OptionCreateInvalidOutput","type":"object"},"OptionDeletedOutput":{"properties":{"message":{"type":"string"}},"required":["message"],"title":"OptionDeletedOutput","type":"object"},"OptionListCursorFormatInvalidOutput":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"OptionListCursorFormatInvalidOutput","type":"object"},"OptionListCursorParameterInvalidOutput":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"OptionListCursorParameterInvalidOutput","type":"object"},"OptionListInvalidOutput":{"oneOf":[{"$ref":"#/components/schemas/OptionListCursorFormatInvalidOutput"},{"$ref":"#/components/schemas/OptionListCursorParameterInvalidOutput"}],"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"title":"OptionListInvalidOutput","type":"object"},"OptionNotExistingOutput":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"OptionNotExistingOutput","type":"object"},"OptionUpdateInvalidOutput":{"properties":{"errorCode":{"type":"string"},"errors":{"items":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"ErrorMessage","type":"object"},"type":"array"},"message":{"type":"string"}},"title":"OptionUpdateInvalidOutput","type":"object"},"OptionUpdateNotFoundOutput":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"title":"OptionUpdateNotFoundOutput","type":"object"},"OptionUpdatedOutput":{"properties":{"message":{"type":"string"}},"required":["message"],"title":"OptionUpdatedOutput","type":"object"}},"securitySchemes":{"OAuth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://{your-auth-url}","scopes":{"METAMANAGEMENT":"","METAPROPERTYMANAGEMENT":""},"tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token"},"clientCredentials":{"scopes":{"METAMANAGEMENT":"","METAPROPERTYMANAGEMENT":""},"tokenUrl":"https://{your-bynder-domain}/v6/authentication/oauth2/token"}},"type":"oauth2"},"permanentToken":{"in":"header","name":"Authorization","type":"apiKey"}}},"info":{"title":"Metaproperty options","version":"1.0"},"openapi":"3.1.0","paths":{"/api/1/taxonomy/metaproperties/{metapropertyId}/options":{"get":{"description":"Retrieve options for a metaproperty.","operationId":"getApi1TaxonomyMetapropertiesMetapropertyidOptions","parameters":[{"in":"path","name":"metapropertyId","required":true,"schema":{"format":"uuid","type":"string"}},{"in":"query","name":"start","required":false,"schema":{"type":"string"}},{"in":"query","name":"before","required":false,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":20,"format":"int32","maximum":1000,"minimum":1,"type":"integer"}},{"in":"query","name":"externalReference","required":false,"schema":{"default":"","type":"string"}},{"in":"query","name":"ids","required":false,"schema":{"items":{"format":"uuid","type":"string"},"type":"array"}}],"responses":{"200":{"content":{"application/json":{"examples":{"ListOptionsOutput":{"summary":"Response when listing options","value":{"metadata":{},"options":[{"externalReference":"ext-ref-1","icon":"","id":"00000000-0000-0000-0000-000000000001","name":"Option 1"}]}}},"schema":{"properties":{"metadata":{"properties":{"nextPage":{"type":"string"},"prevPage":{"type":"string"}},"title":"MetadataOutput","type":"object"},"options":{"items":{"properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name","externalReference","icon"],"title":"MetapropertyOption","type":"object"},"type":"array"}},"required":["metadata"],"title":"ListOptionsOutput","type":"object"}}},"description":""},"400":{"content":{"application/json":{"examples":{"OptionListCursorFormatInvalidOutput":{"summary":"Response when the cursor format for listing options is invalid. Expected 'name_optionId'.","value":{"errorCode":"option-list-cursor-format-invalid","message":"Invalid cursor format, expected 'name_optionId'"}},"OptionListCursorParameterInvalidOutput":{"summary":"Response when the cursor parameters for listing options are invalid. 'start' and 'before' cannot be used together.","value":{"errorCode":"option-list-cursor-parameter-invalid","message":"Invalid parameters provided for listing options with cursor pagination, 'start' and 'before' cannot be used together"}}},"schema":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"title":"OptionListInvalidOutput","type":"object"}}},"description":""},"404":{"content":{"application/json":{"examples":{"MetapropertyNotExisting":{"summary":"Response when the metaproperty does not exist","value":{"errorCode":"metaproperty-not-existing","message":"Metaproperty does not exist"}}},"schema":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"MetapropertyNotExistingOutput","type":"object"}}},"description":""}},"summary":"Retrieve options for a metaproperty","tags":["Options - New API (Preferred)"]},"post":{"description":"Create a new option.\n\nNote: when the `name` you provide differs from the option's label, Bynder automatically assigns that `name` value as the option's `externalReference`. Explicitly setting `externalReference` to `null` or an empty string does not prevent this. To store a specific external reference, pass the desired value in the `externalReference` field.","operationId":"postApi1TaxonomyMetapropertiesMetapropertyidOptions","parameters":[{"in":"path","name":"metapropertyId","required":true,"schema":{"format":"uuid","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"name":{"type":"string"}},"required":["name"],"title":"MetapropertyOptionInput","type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"examples":{"ExistingOptionStreamOutput":{"summary":"Response when the option already exists","value":{"icon":"","id":"00000000-0000-0000-0000-000000000001","name":"Option 1","status":"existing"}}},"schema":{"properties":{"definition":{"type":"string"},"icon":{"type":"string"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"},"status":{"type":"string"}},"required":["id","name","status","icon"],"title":"ExistingOptionStreamOutput","type":"object"}}},"description":""},"201":{"content":{"application/json":{"examples":{"CreatedOptionStreamOutput":{"summary":"Response when the option is newly created","value":{"externalReference":"ext-ref-1","icon":"","id":"00000000-0000-0000-0000-000000000001","name":"Option 1","status":"created"}}},"schema":{"properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"},"status":{"type":"string"}},"required":["externalReference","id","name","status","icon"],"title":"CreatedOptionStreamOutput","type":"object"}}},"description":""},"400":{"content":{"application/json":{"examples":{"CannotCreateOptionOutput":{"summary":"Response when the option cannot be created because of the metaproperty type","value":{"errorCode":"cannot-create-options","message":"Cannot create options for this metaproperty type"}},"InvalidOptionOutput":{"summary":"Response when the option is invalid","value":{"errorCode":"validation-errors","errors":[],"message":"Issues found while validating the request"}}},"schema":{"properties":{"errorCode":{"type":"string"},"errors":{"items":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"ErrorMessage","type":"object"},"type":"array"},"message":{"type":"string"}},"title":"OptionCreateInvalidOutput","type":"object"}}},"description":""},"404":{"content":{"application/json":{"examples":{"MetapropertyNotExisting":{"summary":"Response when the metaproperty does not exist","value":{"errorCode":"metaproperty-not-existing","message":"Metaproperty does not exist"}}},"schema":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"MetapropertyNotExistingOutput","type":"object"}}},"description":""}},"summary":"Create option","tags":["Options - New API (Preferred)"]}},"/api/1/taxonomy/metaproperties/{metapropertyId}/options/{optionId}":{"delete":{"description":"Delete an option by id","operationId":"deleteApi1TaxonomyMetapropertiesMetapropertyidOptionsOptionid","parameters":[{"in":"path","name":"metapropertyId","required":true,"schema":{"format":"uuid","type":"string"}},{"in":"path","name":"optionId","required":true,"schema":{"format":"uuid","type":"string"}}],"responses":{"200":{"content":{"application/json":{"examples":{"OptionDeleted":{"summary":"Response when the option is deleted","value":{"message":"Metaproperty option has been deleted"}}},"schema":{"properties":{"message":{"type":"string"}},"required":["message"],"title":"OptionDeletedOutput","type":"object"}}},"description":""},"404":{"content":{"application/json":{"examples":{"OptionNotExisting":{"summary":"Response when the option does not exist","value":{"errorCode":"option-not-existing","message":"Option does not exist"}}},"schema":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"OptionNotExistingOutput","type":"object"}}},"description":""}},"summary":"Delete option","tags":["Options - New API (Preferred)"]},"patch":{"description":"Modify an option by id","operationId":"patchApi1TaxonomyMetapropertiesMetapropertyidOptionsOptionid","parameters":[{"in":"path","name":"metapropertyId","required":true,"schema":{"format":"uuid","type":"string"}},{"in":"path","name":"optionId","required":true,"schema":{"format":"uuid","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"properties":{"definition":{"type":"string"},"externalReference":{"type":"string"},"icon":{"type":"string"},"name":{"type":"string"}},"title":"MetapropertyOptionUpdateInput","type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"examples":{"OptionUpdated":{"summary":"Response when the option is updated","value":{"message":"Option has been updated"}}},"schema":{"properties":{"message":{"type":"string"}},"required":["message"],"title":"OptionUpdatedOutput","type":"object"}}},"description":""},"400":{"content":{"application/json":{"examples":{"NameAlreadyRegistered":{"summary":"Response when the name is already used","value":{"errorCode":"name-already-registered","message":"Name was already registered"}}},"schema":{"properties":{"errorCode":{"type":"string"},"errors":{"items":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"required":["errorCode","message"],"title":"ErrorMessage","type":"object"},"type":"array"},"message":{"type":"string"}},"title":"OptionUpdateInvalidOutput","type":"object"}}},"description":""},"404":{"content":{"application/json":{"examples":{"MetapropertyNotExisting":{"summary":"Response when the metaproperty does not exist","value":{"errorCode":"metaproperty-not-existing","message":"Metaproperty does not exist"}},"OptionNotExisting":{"summary":"Response when the option does not exist","value":{"errorCode":"option-not-existing","message":"Option does not exist"}}},"schema":{"properties":{"errorCode":{"type":"string"},"message":{"type":"string"}},"title":"OptionUpdateNotFoundOutput","type":"object"}}},"description":""}},"summary":"Modify option","tags":["Options - New API (Preferred)"]}},"/api/v4/metaproperties/options":{"get":{"parameters":[{"in":"query","name":"ids","required":true,"schema":{"example":"00000000-0000-0000-0000000000000000,00000000-0000-0000-0000000000000000","type":"string"}}],"responses":{"200":{"content":{"application/json":{"examples":{"example1":{"value":[{"active":1,"date":"2017-02-15T14:54:58+00:00","displayLabel":"Yellow","id":"00000000-0000-0000-0000000000000000","label":"Yellow","labels":{"en_US":"Yellow","nl_NL":"Geel"},"name":"yellow"},{"active":1,"date":"2017-02-15T15:50:55+00:00","displayLabel":"Red","id":"00000000-0000-0000-0000000000000000","label":"Red","labels":{"en_US":"Red","nl_NL":"Rood"},"name":"red"}]}}}},"description":"A list of options"},"400":{"content":{"application/json":{"examples":{"invalidId":{"value":{"message":"Invalid metaproperty option id sent","statuscode":"400"}},"noData":{"value":{"message":"No data sent","statuscode":"400"}}}}},"description":"Invalid request"}},"summary":"Retrieve options by ids","tags":["Options - Old API (Please use new API if possible)"]}},"/api/v4/metaproperties/{id}/options":{"get":{"parameters":[{"in":"path","name":"id","required":true,"schema":{"example":"00000000-0000-0000-0000000000000000","type":"string"}},{"in":"query","name":"name","required":false,"schema":{"example":"Amsterdam","type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":50,"example":250,"maximum":1000,"type":"integer"}},{"in":"query","name":"page","required":false,"schema":{"default":1,"example":1,"type":"integer"}},{"in":"query","name":"externalReference","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"examples":{"example1":{"value":[{"active":1,"date":"2017-02-15T14:54:58+00:00","displayLabel":"Yellow","id":"00000000-0000-0000-0000000000000000","label":"Yellow","labels":{"en_US":"Yellow","nl_NL":"Geel"},"name":"yellow"},{"active":1,"date":"2017-02-15T15:50:55+00:00","displayLabel":"Red","id":"00000000-0000-0000-0000000000000000","label":"Red","labels":{"en_US":"Red","nl_NL":"Rood"},"name":"red"}]}},"schema":{"items":{"properties":{"active":{"example":1,"type":"integer"},"date":{"example":"2017-02-15T14:54:58+00:00","format":"date-time","type":"string"},"displayLabel":{"example":"Yellow","type":"string"},"id":{"example":"00000000-0000-0000-0000000000000000","type":"string"},"label":{"example":"Yellow","type":"string"},"labels":{"properties":{"en_US":{"example":"Yellow","type":"string"},"nl_NL":{"example":"Geel","type":"string"}},"type":"object"},"name":{"example":"yellow","type":"string"}},"type":"object"},"type":"array"}}},"description":"Successful response"},"400":{"content":{"application/json":{"examples":{"invalidId":{"value":{"message":"Invalid metaproperty ID","statuscode":"400"}}},"schema":{"properties":{"message":{"example":"Invalid metaproperty ID","type":"string"},"statuscode":{"example":"400","type":"string"}},"type":"object"}}},"description":"Invalid metaproperty ID"}},"summary":"Retrieve options for a metaproperty","tags":["Options - Old API (Please use new API if possible)"]},"post":{"description":"Requires the METAPROPERTYMANAGEMENT or METAMANAGEMENT security role.","parameters":[{"in":"path","name":"id","required":true,"schema":{"example":"00000000-0000-0000-0000000000000000","type":"string"}}],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"data":{"description":"JSON-serialised string","example":"{\"name\": \"BlueType\", \"externalReference\": \"Reference number 1\", \"label\": \"Blue\", \"labels\": {\"fr_FR\": \"foo\", \"en_US\": \"foo\"}, \"zindex\": 4, \"isSelectable\": true, \"parentId\": \"00000000-0000-0000-0000000000000000\", \"options\": [{\"name\": \"BlueType\", \"label\": \"Blue\", \"labels\": {\"fr_FR\": \"foo\", \"en_US\": \"foo\"}, \"zindex\": 4, \"isSelectable\": true, \"parentId\": \"00000000-0000-0000-0000000000000000\"}]}","type":"string"}},"type":"object"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"id":{"example":"00000000-0000-0000-0000000000000000","type":"string"},"message":{"example":"Created","type":"string"},"statuscode":{"example":201,"type":"integer"}},"type":"object"}}},"description":"Created"},"400":{"content":{"application/json":{"examples":{"existingOption":{"value":{"existingUUID":"00000000-0000-0000-0000000000000000","message":"Meta property option with this name already exists","statuscode":"400"}},"invalidId":{"value":{"message":"Invalid metaproperty ID","statuscode":"400"}},"invalidJson":{"value":{"message":"Invalid JSON","statuscode":"400"}},"nameRequired":{"value":{"message":"Meta property option name is required","statuscode":"400"}},"noData":{"value":{"message":"No data sent","statuscode":"400"}}},"schema":{"properties":{"message":{"example":"Invalid metaproperty ID","type":"string"},"statuscode":{"example":"400","type":"string"}},"type":"object"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"examples":{"notFound":{"value":{"message":"Metaproperty not found","statuscode":"404"}}},"schema":{"properties":{"message":{"example":"Metaproperty not found","type":"string"},"statuscode":{"example":"404","type":"string"}},"type":"object"}}},"description":"Metaproperty not found"}},"summary":"Create option","tags":["Options - Old API (Please use new API if possible)"]}},"/api/v4/metaproperties/{id}/options/{optionId}":{"delete":{"parameters":[{"in":"path","name":"id","required":true,"schema":{"example":"00000000-0000-0000-0000000000000000","type":"string"}},{"in":"path","name":"optionId","required":true,"schema":{"example":"00000000-0000-0000-0000000000000000","type":"string"}}],"responses":{"204":{"content":{"application/json":{"example":{"message":"Meta property option deleted successfully","statuscode":"204"}}},"description":"No Content"},"404":{"content":{"application/json":{"examples":{"notFound":{"value":{"message":"Meta property option not found","statuscode":"404"}}},"schema":{"properties":{"message":{"example":"Meta property option not found","type":"string"},"statuscode":{"example":"404","type":"string"}},"type":"object"}}},"description":"Meta property option not found"}},"summary":"Delete option","tags":["Options - Old API (Please use new API if possible)"]},"post":{"description":"Modify a specific option.","parameters":[{"in":"path","name":"id","required":true,"schema":{"example":"00000000-0000-0000-0000000000000000","type":"string"}},{"in":"path","name":"optionId","required":true,"schema":{"example":"00000000-0000-0000-0000000000000000","type":"string"}}],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"data":{"description":"JSON-serialised string","example":"{\"label\": \"Blue\", \"externalReference\": \"Reference number 1\", \"labels\": {\"fr_FR\": \"foo\", \"en_US\": \"foo\"}, \"zindex\": 4, \"isSelectable\": true, \"parentId\": \"00000000-0000-0000-0000000000000000\"}","type":"string"}},"type":"object"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"message":{"example":"Created","type":"string"},"statuscode":{"example":201,"type":"integer"}},"type":"object"}}},"description":"Created"},"400":{"content":{"application/json":{"examples":{"invalidName":{"value":{"message":"Editing meta property option name not allowed","statuscode":"400"}}},"schema":{"properties":{"message":{"example":"Editing meta property option name not allowed","type":"string"},"statuscode":{"example":"400","type":"string"}},"type":"object"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"examples":{"notFound":{"value":{"message":"Meta property option not found","statuscode":"404"}}},"schema":{"properties":{"message":{"example":"Meta property option not found","type":"string"},"statuscode":{"example":"404","type":"string"}},"type":"object"}}},"description":"Not Found"}},"security":[{"OAuth2":["METAPROPERTYMANAGEMENT","METAMANAGEMENT"]}],"summary":"Modify option","tags":["Options - Old API (Please use new API if possible)"]}}},"security":[{"OAuth2":["METAPROPERTYMANAGEMENT","METAMANAGEMENT"]},{"permanentToken":["METAPROPERTYMANAGEMENT","METAMANAGEMENT"]}],"servers":[{"url":"https://{your-bynder-domain}/"}],"tags":[{"name":"Options - New API (Preferred)"},{"name":"Options - Old API (Please use new API if possible)"}]}
```
