Request
GET
{prefix}/sharesHeaders
Bearer token for authentication
Query Parameters
The maximum number of results per page that should be returned. If the number of available results is larger than
maxResults, the response will provide a nextPageToken for pagination.- Must be non-negative
- 0 will return no results but
nextPageTokenmay be populated - Server may return fewer items even if more are available
Specifies a page token to use. Set to the
nextPageToken returned by a previous list request to get the next page of results.Response
Array of share objects. May be an empty array or missing when no results are found.
Token for retrieving the next page of results. May be an empty string or missing when there are no additional results.
Example Request
Example Response
Error Responses
The client must handle both empty arrays and missing
items fields when no results are found. Similarly, nextPageToken may be an empty string or missing when there are no additional results.