GET
/
unified
/
crm
/
metadata
/
objects
/
{object_name}
/
properties
curl --request GET \
  --url https://api.openint.dev/v0/unified/crm/metadata/objects/{object_name}/properties \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
[
  {
    "id": "FirstName",
    "label": "First Name",
    "type": "string",
    "raw_details": {}
  }
]

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

object_name
string
required

Response

200
application/json
Successful response

The response is of type object[].