curl --request POST \
--url https://api.artemis.cynopsis.co/api/handshake/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityGuid": "<string>",
"sourceShortName": "<string>"
}
'{
"crps": [
{
"type": "CORPORATE",
"active": true,
"forms": {},
"id": 123,
"profileId": 123,
"profileReferenceId": "<string>",
"referenceId": "<string>",
"roles": [
{
"role": "<string>",
"appointedDate": "2023-12-25",
"id": 123,
"resignedDate": "2023-12-25"
}
]
}
],
"customerDto": {
"profileReferenceId": "<string>",
"type": "CORPORATE",
"active": true,
"assigneeId": 123,
"batchUploadId": 123,
"forms": {},
"id": 123,
"profileId": 123,
"referenceId": "<string>",
"vendorEntityGuid": "<string>",
"vendorName": "<string>"
}
}curl --request POST \
--url https://api.artemis.cynopsis.co/api/handshake/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityGuid": "<string>",
"sourceShortName": "<string>"
}
'{
"crps": [
{
"type": "CORPORATE",
"active": true,
"forms": {},
"id": 123,
"profileId": 123,
"profileReferenceId": "<string>",
"referenceId": "<string>",
"roles": [
{
"role": "<string>",
"appointedDate": "2023-12-25",
"id": 123,
"resignedDate": "2023-12-25"
}
]
}
],
"customerDto": {
"profileReferenceId": "<string>",
"type": "CORPORATE",
"active": true,
"assigneeId": 123,
"batchUploadId": 123,
"forms": {},
"id": 123,
"profileId": 123,
"referenceId": "<string>",
"vendorEntityGuid": "<string>",
"vendorName": "<string>"
}
}The access token received from the authorization server in the OAuth 2.0 flow.
HandShakeAuth