get https://app-api.sandbox.coinify.com/bank-accounts/
This endpoint enables the authenticated end-user to fetch the details of the specific bank account entry based on its ID.
On success, the endpoint returns a bank account object.
Responses
This endpoint enables the authenticated end-user to fetch the details of the specific bank account entry based on its ID.
On success, the endpoint returns a bank account object.
xxxxxxxxxx
curl --request GET \
--url https://app-api.sandbox.coinify.com/bank-accounts/id \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: