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": "8dc4c3ba-d7fc-45c7-b63c-64c15cb3720c",
"accounts": {
"name": "Gareth Thompson",
"role": "client",
"type": "client",
"uuid": "4595c6b3-4769-4ab0-b6a7-1f9fa2f1b19e",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2025-08-27T17:31:28+01:00",
"first_name": "Gareth",
"updated_at": "2025-08-27T17:31:28+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"sort_code": "123456",
"created_at": "2025-08-27T17:31:28+01:00",
"updated_at": "2025-08-27T17:31:28+01:00",
"account_name": "Savings Account",
"account_number": "12345678",
"account_holders": "Mr John A Smith"
}