Skip to main content
POST
/
ellisphere
/
online-order
Get a company information from Ellisphere API
curl --request POST \
  --url https://api.example.com/ellisphere/online-order \
  --header 'Content-Type: application/json' \
  --data '
{
  "siret": "<string>"
}
'
{
  "intlReport": {
    "@version": "<string>",
    "@revision": "<string>",
    "header": {
      "provider": {},
      "report": {},
      "order": {}
    },
    "companyIdentity": {},
    "companyDetails": {},
    "establishment": [
      "<string>"
    ],
    "establishmentsBreakDown": {},
    "characteristics": {},
    "companyAppointments": {},
    "event": [
      "<string>"
    ],
    "assessmentData": {},
    "commentsOnFinancials": {}
  }
}

Body

application/json
siret
string
required

Siret to search

Response

200 - application/json
intlReport
object
required

International report data