Skip to main content
POST
/
v1
/
dodo_subscriptions
dodo_subscriptions
curl --request POST \
  --url https://api.fetchbean.com/v1/dodo_subscriptions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "page_number": 1,
  "page_size": 50
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
page_number
integer
Required range: x >= 0
page_size
integer
Required range: 1 <= x <= 100

Response

Success

The response is of type object.