get https://{host}/platform/exchangedata/v1/sharekeys//recipients/
Returns the specified recipient.
A recipient is a data exchange partner that can use the share key to receive data made available through a share request.
Responses
Returns the specified recipient.
A recipient is a data exchange partner that can use the share key to receive data made available through a share request.
xxxxxxxxxx
curl --request GET \
--url https://api-euw1.rms.com/platform/exchangedata/v1/sharekeys/shareKey/recipients/recipientShareKey \
--header 'accept: application/json'
xxxxxxxxxx
{
"recipientShareKey": "string",
"recipientShareKeyName": "string",
"status": "ACTIVE"
}