Organizations

Get a list of Organizations where the authenticated user is admin

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Read organization data
Authorizations
OAuth2authorizationCodeRequired

OAuth2 authorizationCode flow is currently not functional on the Swagger UI.

Authorization URL: Token URL:
Responses
chevron-right
200

OK

get
/v2/organizations

List public issuers for the specified organization with pagination and optional name filtering

get
Authorizations
HTTPRequired
Path parameters
idstringRequired
Query parameters
nameQuerystring · max: 256Optional

Case-insensitive filter for the name of the issuers

numstring · max: 9223372036854776000Optional

Number of items to return per page

Example: 10
pagestring · min: 1Optional

Index of the requested page (1-based)

Example: 1
Responses
chevron-right
200

OK

get
/v2/organizations/{id}/public-issuers

Last updated

Was this helpful?