GET
/api/v2/bank-accounts/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v2/bank-accounts/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "a08e1843-49a2-4e19-9ec4-e79a104984d7",
"accounts": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "efbf9bcd-905e-4dc8-ace4-f0d44ab1fd9e",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-08-07T13:41:48+01:00",
"first_name": "Gareth",
"updated_at": "2025-08-07T13:41:48+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"sort_code": "123456",
"created_at": "2025-08-07T13:41:48+01:00",
"updated_at": "2025-08-07T13:41:48+01:00",
"account_name": "Savings Account",
"account_number": "12345678",
"account_holders": "Mr John A Smith"
}