EntityMetadata

Get All

GET
Retrieve all metadata options associated with this entity

Path parameters

entityIdstringRequired

Response

This endpoint returns a list of objects
key
string
value
list of strings
GET
1curl https://api.mercoa.com/entity/:entityId/metadata \
2 -H "Authorization: Bearer <token>"
200
Retrieved
1[
2 {
3 "key": "string",
4 "value": [
5 "string"
6 ]
7 }
8]