Path parameters

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
GET /api/v1/firm/{firm}/fca
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/firm/firm/fca' \
 --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)
{
  "data": [
    {
      "uuid": "9926f5b6-46ad-4ab6-8413-61729e12f26e",
      "status": "verified",
      "fca_number": 123456,
      "actioned_at": "2025-04-22T13:44:16+01:00",
      "rejected_reason": "Reason for rejection"
    }
  ]
}