Path parameters

  • id string Required

    The ID of the bank account.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
GET /api/v2/bank-accounts/{id}
curl \
 --request GET 'https://api.plannrcrm.com/api/v2/bank-accounts/id' \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json" \
 --header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
  "uuid": "fe066059-35c3-4c91-b229-f88949d260f3",
  "accounts": {
    "name": "Gareth Thompson",
    "role": "client",
    "type": "client",
    "uuid": "75f33fb6-26dc-4d73-88a9-10f7073b28d7",
    "email": "gareth@codepotato.co.uk",
    "last_name": "Thompson",
    "photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
    "created_at": "2025-06-17T14:20:23+01:00",
    "first_name": "Gareth",
    "updated_at": "2025-06-17T14:20:23+01:00",
    "external_references": "App\\Http\\Resources\\ExternalReferenceResource"
  },
  "sort_code": "123456",
  "created_at": "2025-06-17T14:20:23+01:00",
  "updated_at": "2025-06-17T14:20:23+01:00",
  "account_name": "Savings Account",
  "account_number": "12345678"
}