List customer grants
Returns a list of all customer grants for a given customer that match the provided query parameters.
This endpoint is rate limited to 250 QPS.
Scopes: GRANTS_READ
Path parameters
customer_id
Headers
Accept
X-Region
X-Signature
User-Agent
Query parameters
cursor
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
limit
Maximum number of customer grants to return
Response
OK
grants
List of customer grants matching the given query parameters
cursor
The pagination cursor to be used in a subsequent request. If empty, this is the final response.