GET
/
unified
/
crm
/
user
/
{id}
curl --request GET \
  --url https://api.openint.dev/v0/unified/crm/user/{id} \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{
  "record": {
    "id": "<string>",
    "updated_at": "<string>",
    "raw_data": {},
    "name": "<string>",
    "email": "<string>",
    "is_active": true,
    "created_at": "<string>",
    "is_deleted": true,
    "last_modified_at": "<string>"
  },
  "raw": "<any>"
}

Authorizations

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

Path Parameters

id
string
required

Response

200
application/json
Successful response
record
object
required
raw
any