Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of results to return after the cursor. Use either first/after or last/before, not both.
Required range:
1 <= x <= 100Cursor to fetch results after. Used with 'first' for forward pagination.
Number of results to return before the cursor. Use either first/after or last/before, not both.
Required range:
1 <= x <= 100Cursor to fetch results before. Used with 'last' for backward pagination.
Filter requests by their status.
Available options:
PENDING, APPROVED, DENIED, CANCELED Filter requests assigned to a specific user ID.
Filter requests made by a specific user ID.

