Skip to main content
POST
/
organizations
/
integrations
/
accounts
/
{account_id}
/
operator-cert
Issue an mTLS client certificate for an integration account operator
curl --request POST \
  --url https://api.ilyama.golain.io/core/api/v1/organizations/integrations/accounts/{account_id}/operator-cert \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'ORG-ID: <api-key>' \
  --data '
{
  "operator_kind": "<string>",
  "subject_name": "<string>"
}
'
{
  "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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

account_id
string<uuid>
required

Body

application/json
operator_kind
string
required

Tier/kind of the operator (e.g. "tier1")

subject_name
string
required

CN for the issued certificate

ttl_days
integer

Optional TTL override in days

Response

Operator certificate issued

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