List all ForwardingRequests

GET {{baseUrl}}/v1/forwarding/requests

Lists all ForwardingRequest objects.

Request Params

KeyDatatypeRequiredDescription
created[gt]stringSimilar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.
created[gte]stringSimilar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.
created[lt]stringSimilar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.
created[lte]stringSimilar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.
ending_beforestringA pagination cursor to fetch the previous page of the list. The value must be a ForwardingRequest ID.
expand[0]stringSpecifies which fields in the response should be expanded.
expand[1]stringSpecifies which fields in the response should be expanded.
limitstringA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
starting_afterstringA pagination cursor to fetch the next page of the list. The value must be a ForwardingRequest ID.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring