Saltar al contenido principal
GET
List Subscriptions
v2 · Base URL https://api.fintoc.com/v2

Autorizaciones

Authorization
string
header
requerido

Encabezados

Authorization
string

Fintoc secret key

Parámetros de consulta

starting_after
string

A cursor to use in pagination. starting_after is a subscription ID that defines your place in the list. For example, if you make a list request and receive 30 subscriptions, ending with sub_foo, your subsequent call can include starting_after=sub_foo to fetch the next page of the list.

ending_before
string

A cursor to use in pagination. ending_before is a subscription ID that defines your place in the list. For example, if you make a list request and receive 30 subscriptions, starting with sub_bar, your subsequent call can include ending_before=sub_bar to fetch the previous page of the list.

limit
integer

Limit on the number of objects to return per page, ranging between 1 and 300.

Respuesta

200 - undefined