For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health (Infrastructure)

Endpoints to get health status about fulfillmenttools.

Health check

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Result of all tested dependencies for their health status

application/json

HealthResult

statusstring · enumRequired

HealthStatus

Possible values:
get/api/health

Get status

get

Returns the platform status.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

The status result

application/json

Status

statusstring · enumRequired

The current state of the API

Possible values:
get/api/status
200

The status result

Last updated