Sign inBook a demo
HomeGuidesAPI ReferenceGlossary
HomeGuidesAPI ReferenceGlossary
  • API Reference
Logo
Sign inBook a demo
API ReferenceEntityMetadata

Get All

GET
https://api.mercoa.com/entity/:entityId/metadata
GET
/entity/:entityId/metadata
1curl https://api.mercoa.com/entity/ent_a0f6ea94-0761-4a5e-a416-3c453cb7eced/metadata \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1[
2 {
3 "key": "propertyId",
4 "value": [
5 "{key: 'prop_123', value: 'Beach Rental'}",
6 "{key: 'prop_456', value: 'City Rental'}"
7 ]
8 },
9 {
10 "key": "projectId",
11 "value": [
12 "proj_123"
13 ]
14 }
15]
Retrieve all metadata options associated with this entity
Was this page helpful?
Previous

Get

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entityIdstringRequired
Entity ID or Entity ForeignID

Response

This endpoint returns a list of objects.
keystring
valuelist of strings

Errors

Get
Retrieve all metadata options associated with this entity