List consumers of a Published BASE network (publisher-only)
For publishers only: lists the organizations currently using one of your published base networks — those that have built slices of it for their own drivers. By default consumers appear as anonymous IDs; you only see full organization details when a consumer has chosen to share them. Useful for understanding who depends on your network before you withdraw it from publication.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.
Path Parameters
The unique ID of the published base network to list consumers for.
Query Parameters
Cursor to start fetching records after — the pagination.end_cursor of a previous response. Omit it to fetch the first page, and stop paging once pagination.has_next is false. Sending it empty is a 400: an empty cursor is a broken cursor, not a request for the first page.
1Deprecated: use after.
1Results per page (1–200)
Response
Paginated list of consumer tenants attached to the published base network.