GET
/
v2
/
recipients
/
search
/
aliases
/
{alias}
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alias
string
required

Query Parameters

companyId
string

Company id

Response

200 - application/json
200 response

The response is of type object.