Skip to main content
GET
/
organizations
/
integrations
/
accounts
List integration accounts for the org
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/organizations/integrations/accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "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

Query Parameters

page
integer
default:1

1-based page index (default 1).

Required range: x >= 1
limit
integer
default:10

Page size (default 10, maximum 100).

Required range: 1 <= x <= 100
ids
string

Comma-separated UUIDs restricting the result set (accounts, bindings, links, enrollments, or downlinks depending on the route).

name
string

Filter by name; ignored when q is set (the handler prefers q).

q
string

Free-text name search (preferred over name when both are provided).

Response

Integration accounts loaded

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