Skip to main content
POST
/
api
/
v2.1
/
wallets
/
{walletId}
/
beneficiaries
Get beneficiaries for wallet
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/wallets/{walletId}/beneficiaries \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'User-Agent: <user-agent>' \
  --header 'X-Forwarded-From: <x-forwarded-from>' \
  --header 'X-Organization-ID: <x-organization-id>' \
  --header 'X-Tenant-ID: <x-tenant-id>' \
  --header 'deviceId: <deviceid>' \
  --header 'platform: <platform>' \
  --data '{}'

Sample cURL

curl --request POST \
  --url 'https://sandbox.finhub.cloud/api/v2.1/wallets/{walletId}/beneficiaries' \
  --header 'Authorization: Bearer <ACCESS_TOKEN>' \
  --header 'X-Tenant-Id: <TENANT_ID>' \
  --header 'Content-Type: application/json' \
  --header 'Accept: application/json' \
  --header 'User-Agent: <USER_AGENT>' \
  --header 'X-Forwarded-From: <FORWARDED_FROM>' \
  --header 'X-Organization-ID: <ORGANIZATION_ID>' \
  --header 'platform: Web' \
  --header 'deviceId: <DEVICE_ID>' \
  --data '{}'

Headers

X-Organization-ID
string
required
X-Tenant-ID
string
required

Tenant identifier

Example:

"tenant-demo-001"

X-Forwarded-From
string
required

Client application identifier

Example:

"client-app"

deviceId
string
required

Device identifier

Example:

"device-demo-001"

Authorization
string
required

Bearer JWT

Example:

"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkZW1vLXVzZXIifQ.demo-signature"

User-Agent
string
required

User agent string

Example:

"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"

platform
string
required

Client platform

Example:

"mobile"

Path Parameters

walletId
string
required

Body

application/json
{key}
any

Response

200

OK