GET
/
recipient
/
search
/
{currency}
curl --request GET \
  --url https://client-api.dev.finhost.io/recipient/search/{currency} \
  --header 'Authorization: Bearer <token>'
[
  {
    "isTransferPossible": true,
    "isRecipientFound": "true",
    "name": "Mark",
    "surname": "Smith",
    "client": "39eab26c-8788-4375-810c-9807aaf98191",
    "account": "39eab26c-8788-4375-810c-9807aaf98191",
    "currency": "USD"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

currency
string
required

Currency code (ISO 4217)

Required string length: 3

Query Parameters

attribute
enum<string>
required

Attribute to use for search

Available options:
phone,
email
value
string
required

Value of the search attribute

Response

200 - application/json
200 response

The response is of type object[].