Skip to main content

Horus by Hipli API (1.0.0)

Download OpenAPI specification:Download

API Support mail: tech-support@hipli.fr

Horus by Hipli API for tracking customers.

Scan one or more packagings

Endpoint to declare events on packagings

Authorizations:
bearerAuth
Request Body schema: application/json
required
action
string

Action to perform on packagings (Should exists in your template)

date
string <date-time>

Date of the event

location
string or null

The name of the location declared in your settings

packagings
array of string

List of packagings ids to scan (format can be different)

Responses

Request samples

Content type
application/json
{
  • "packagings": [
    ],
  • "action": "string",
  • "date": "2025-04-10T12:22:00Z",
  • "location": "Entrepot 1"
}