Skip to main content
POST
/
devices
/
jitr
Just-in-time registration bootstrap for devices (HMAC verified server-side)
curl --request POST \
  --url https://api.ilyama.golain.io/core/api/v1/devices/jitr \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": "<unknown>",
  "meta": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

200 - application/json

JITR accepted

Preferred shape for successful JSON responses is { ok, data, meta } with list metadata (e.g. pagination totals) in top-level meta, not nested under data.

data
any | null
required

Response payload; may be null for no-content successes.

meta
any | null
required

Top-level metadata (e.g. pagination); null when unused.

ok
enum<integer>
required
Available options:
1