Skip to main content

Legal Notice

Legal notices are publications made to a journal empowered to publish legal advertisements. They usually publicize events such as the creation or removal of a company or of its headquarters, changes in leadership or ownership, and so on...

The Legal Notices' entire history is synchronized regardless of the current month_history setting.

FieldTypeDescription
iduuidUnique identifier (UUID)
provider_namestringProvider from which this legal notice was obtained
datedatePublication date of the legal notice
sourcestringJournal where the notice was published or found
originstringOrigin of the legal notice data
typestringType of notice
categorystringCategory of the legal notice
eventstringEvent described by the notice
textstringText content and details of the notice
linkstringURL where the original notice can be found

Endpoints

GET/api/v6/users/{userId}/legal-notices

Returns the list of legal notices published for the user's company.

Response:

{
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"result": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"provider_name": "company_legal_fr",
"date": "2021-05-19",
"source": "BODACC",
"origin": "RCS",
"type": "creation",
"category": "compulsory",
"event": "Immatriculation d'une personne morale",
"text": "...",
"link": "https://..."
}
]
}