List
List child organizations belonging to the authenticated issuer
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Unique identifier of the parent organization
Query parameters
page[after]
Cursor value for the next page of results
page[size]
Maximum number of records to return [1 - 200] (default = 200)
Response
Paginated list of child organizations
data
Array of child organization resources
links
Related links to the API call
meta
Pagination metadata
Errors
401
Unauthorized Error
403
Forbidden Error
404
Does Not Exist Error
500
Internal Server Error