Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A start date filter for the events.
An end date filter for the events.
Filter requests by their requester ID.
Filter requests by their target user ID.
The pagination cursor value.
Number of results to return per page. Default is 200.
x <= 1000Boolean toggle for if it should only show pending requests.
Response
The list of requests.
Request List
Description
The RequestList object is used to represent a list of requests.
Usage Example
Returned from the GET Requests endpoint.
The list of requests.
The cursor to use in the next request to get the next page of results.
"eyJjcmVhdGVkX2F0IjoiMjAyMS0wMS0wNlQyMDo0NzowMFoiLCJ2YWx1ZSI6ImFkbWluIn0="

