List Unintegrated Grants
Returns a list of all unintegrated grants for a given Connect. This API allows for paginating over many results.
Bearer authentication of the form Bearer <token>, where token is your auth token.
the id of the Connect object. This can be used to filter the unintegrated grants by a specific Connect if you have more than one.
the number of results to return; defaults to 10, max is 100
A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only changing the pageToken). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.