GET https://restapi.actonsoftware.com/ucl/v2/segment/contacts/{accountId}/record
This endpoint allows you to pull a record using the record ID.
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
authorization | header | false | required | string | Insert your generated access token. (Bearer {access token}) |
accountId | Path | false | required | number | Account ID where query needs to be done |
contactid | Query | False | required | String |
Specify the record ID of the record you would like returned. |
Response
[
"l-unified-contacts:7a120",
"",
"agus@test.com",
"Agusss",
"Bascoy",
"",
""
]
Code Examples
cURL
curl -X GET https://restapi.actonsoftware.com/ucl/v2/segment/contacts/30464/record?contactid=l-unified-contacts:9 -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"