Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
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": "e074b150-800b-4e73-923e-4069dbac24b7",
"status": "verified",
"fca_number": 123456,
"actioned_at": "2025-02-20T10:13:00+00:00",
"rejected_reason": "Reason for rejection"
}
]
}