/infogreffe/officers/appointments
Get all corporate appointments (mandates) held by a French company director or officer across every company, from the Infogreffe registry, by their person id (obtained from infogreffe/officers/search). Returns one entry per company the person is linked to, each with the company id, country and the list of roles held there — role label and code, whether the role can legally bind the company, whether it is a shareholder role, whether it is active, and the term start and end dates.
Price: 1 credit
💡 AI Hint: Get all corporate appointments of one French director/officer across every company from the Infogreffe registry. Pass person_id (the id field from infogreffe/officers/search) and count. Returns a list of appointments, each with company_id (the company UUID — use infogreffe/officers/search to resolve its name and SIREN), country, and roles — a list of mandates held at that company, each with role (e.g. Président, Directeur général, Gérant, Associé), role_code, can_bind_company, is_associate, is_active, start_date and end_date. Some company links carry no role detail and have an empty roles list.
⚠️ Common errors: 412: Officer not found (no person matches the given person id)
Authorizations
API token from the dashboard
Headers
Body
Person UUID (id) of a director or officer, as returned by infogreffe/officers/search
1"fd887fd3-46b1-4c68-8e88-23b225638ce9"
Max number of appointments to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500