Get all FCA Numbers for a Firm Run in API Explorer
Ask AI
GET
/api/v1/firm/{firm}/fca
curl \
--request GET 'https://api.plannrcrm.com/api/v1/firm/architecto/fca' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"uuid": "79cc07ce-8679-44a4-894e-469fdd1e75c6",
"fca_number": 123456,
"status": "verified",
"rejected_reason": "Reason for rejection",
"actioned_at": "2026-06-27T09:33:40+01:00"
}
]
}