EntityMetadata

Get

GET
Retrieve metadata associated with a specific key

Path parameters

entityIdstringRequired
keystringRequired

Response

This endpoint returns a list of strings
GET
1curl https://api.mercoa.com/entity/:entityId/metadata/:key \
2 -H "Authorization: Bearer <token>"
200
Retrieved
1[
2 "string"
3]