curl --location --request GET '/entities/Profiles/'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"owner": "http://example.com",
"sync_entity": "http://example.com",
"entity": 1,
"entity_api_name": "string",
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"settings": {},
"share_mode": 0,
"sync_enabled": false,
"sync_entity_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 1,
"use_lang": false,
"revision": 1,
"pipelines": [
"01234567-abcd-dcba-ffff-000000000000"
]
}
}