post https://cubi-sandbox-api.customersbank.com/transfers/v1/AddressBook/entries
This endpoint allows users to request to connect with an account. Users enter the account id ‘s of the account they want to connect.
Responses
This endpoint allows users to request to connect with an account. Users enter the account id ‘s of the account they want to connect.
xxxxxxxxxx
curl --request POST \
--url https://cubi-sandbox-api.customersbank.com/transfers/v1/AddressBook/entries \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"id": "string"
}