Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Retrieve a ForwardingRequest


Retrieve a ForwardingRequest

GET / v1 / forwarding / requests /:id

Retrieves a ForwardingRequest object.

Parameters

No parameters.

Returns

Returns a ForwardingRequest object.

Response

List all ForwardingRequests

GET / v1 / forwarding / requests

Lists all ForwardingRequest objects.

Parameters

  • created object 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.
  • limit integer 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.

Returns

Returns a list of ForwardingRequest objects.

Response

Last verified 2026-09-24

Is this helpful?