List authorizations
List authorizations the caller is a party to (either side), newest
first. Use role to split the two intuitive views:
role=authorized— “what customers can I act on?” (broker view).role=granter— “who can act on my behalf?” (customer view).
status and type narrow further; omitting both returns every state
including REVOKED (kept for audit).
Honors Nxos-On-Behalf-Of — a broker can list a customer’s grants by
pointing the header at the customer’s org id.
Cursor-based pagination via the standard limit / cursor query
params; pass back the previous response’s nextCursor to advance.
Headers
Bearer token. Format: Bearer <api_key>
Query Parameters
Maximum number of items to return. Defaults to 25, max 100.
Cursor for the next page of results, returned in previous responses.
Which side of the grant the caller is on. Omit to return both directions. Filter for which side of the grant the caller is on. Omitted = both directions.
granter, authorized Filter by lifecycle status. Omit to return all states (including REVOKED). Lifecycle status of an authorization grant.
PENDING— Row exists, the granter has not signed yet. The authorized org cannot act on the granter's behalf.ACTIVE— Granter has signed (signedAtis set). The authorized org may act on the granter's behalf when theNxos-On-Behalf-Ofheader is set.REVOKED— Previously active or pending, then revoked by either party. Kept for audit; never reverts toACTIVE.
PENDING, ACTIVE, REVOKED Filter by grant type. Currently only LOA exists.
Type of cross-org authorization. Today the only value is LOA (Letter of Authorization), which lets the authorized organization act on the granter's behalf via the platform API when the Nxos-On-Behalf-Of header is set.
LOA Response
The request has succeeded.
Paginated list envelope. All list endpoints return this shape.
Object type. Always list for paginated responses.
list Array of results.
Whether more results are available beyond this page.
Cursor to pass as cursor query parameter for the next page. Null when there are no more results.