Skip to main content
GET
List referenced organizations

Authorizations

Authorization
string
header
required

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

Query Parameters

in
string
required

The list of comma-separated organization IDs generated by a trusted service.

sig
string
required

The signature of this request generated by a trusted service.

Response

OK

A map of referenced organizations indexed by the organization ID.

{key}
object | null

The referenced organization, or null if it no longer exists.

Last modified on June 16, 2026