List Setup Intents
Returns a list of SetupIntents, sorted by ID in descending order (most recent first).
The client_secret is not included on listed SetupIntents; retrieve a SetupIntent
individually to obtain it.
Authorizations
Use a Bearer token to access this API.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
10
Number of objects to skip before returning results.
3
Filter by customer ID.
"fcus_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
A cursor for use in pagination. starting_after is a setup intent ID that defines your place in the list. For instance, if you make a list request and receive 20 setup intents, ending with fsi_xyz, your subsequent call can include starting_after=fsi_xyz to fetch the next page.
"fseti_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
A cursor for use in pagination. ending_before is a setup intent ID that defines your place in the list. For instance, if you make a list request and receive 20 setup intents, starting with fsi_abc, your subsequent call can include ending_before=fsi_abc to fetch the previous page.
"fseti_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Comma-separated list of fields to expand (e.g., "subscription").
""
Response
Success
An envelope wrapping a list of setup intent objects.
A list of SetupIntents.