Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns the core__country row that matches the caller's current IP (via GeoIP city lookup). Used to pre-select a sensible default in the org-create form. Returns { country: null } when the IP has no city enrichment yet (freshly-seen private / reserved IP) — the caller should fall back to a manual pick.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
countryobject | nullRequiredidnumberRequiredInternal country ID. Use as countryId in /cms/organisation-create.
codestringRequiredISO 3166-1 alpha-2 code.
CZnamestringRequiredCountry display name.
isEubooleanRequiredWhether this country is an EU member state.
{}GET /bff/organisation/detect-country-from-ip
curl -X GET "https://api.bizkithub.com/bff/organisation/detect-country-from-ip" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.