v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

List all ForwardingRequests

Lists all ForwardingRequest objects.

get/v1/forwarding/requests

Query parameters

gtinteger
gteinteger
ltinteger
lteinteger

Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.

ending_beforestring

A pagination cursor to fetch the previous page of the list. The value must be a ForwardingRequest ID.

expandstring[]

Specifies which fields in the response should be expanded.

limitinteger

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

starting_afterstring

A pagination cursor to fetch the next page of the list. The value must be a ForwardingRequest ID.

Response

Successful response.

has_moreboolean required

True if this list has another page of items after this one that can be fetched.

object'list' required

String representing the object's type. Objects of the same type share the same value. Always has the value list.

urlstring required

The URL where this list can be accessed.