List all ForwardingRequests
GET {{baseUrl}}/v1/forwarding/requests
Lists all ForwardingRequest objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
created[gt] | string | Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values. | |
created[gte] | string | Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values. | |
created[lt] | string | Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values. | |
created[lte] | string | Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values. | |
ending_before | string | A pagination cursor to fetch the previous page of the list. The value must be a ForwardingRequest ID. | |
expand[0] | string | Specifies which fields in the response should be expanded. | |
expand[1] | string | Specifies which fields in the response should be expanded. | |
limit | string | A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. | |
starting_after | string | A pagination cursor to fetch the next page of the list. The value must be a ForwardingRequest ID. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |