cURL
curl --request GET \ --url https://client-api.dev.finhost.io/v2/recipients/search/aliases/{alias} \ --header 'Authorization: Bearer <token>'
{ "name": "Mykola N.", "accountId": "uuid", "type": "individual" }
Search recipient by alias
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Company id
200 response
EndUser name
"Mykola N."
Account ID
"uuid"
EndUser type(individual or company)
"individual"