GET
/
unified
/
crm
/
metadata
/
objects
curl --request GET \
  --url https://api.openint.dev/v0/unified/crm/metadata/objects \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

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

Query Parameters

type
enum<string>
Available options:
standard,
custom

Response

200
application/json
Successful response
id
string
required
name
string
required