[Get subscriptions]

GET {{url}}{{public-prefix}}/subscriptions

Request Body

{"page"=>nil, "per_page"=>nil, "customer_id"=>nil, "plan_id"=>nil, "product_id"=>nil, "external_id"=>nil, "created_at_from"=>nil, "created_at_to"=>nil, "paused_at_to"=>nil, "canceled_at_from"=>nil, "canceled_at_to"=>nil, "status"=>nil, "tags"=>nil}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"data":[{"id":"b6fe4476-bff5-4fc9-8e93-164ad89c241e","plan":{"id":"23b8b75f-0679-46ca-9ffb-5377f530b01a","name":"New plan cbu"},"customer":{"id":"4b214574-8870-49a0-a91e-3e9ac73fd333","email":"test@test.com","first_name":"Customer","last_name":"Test"},"quantity":1,"amount":"2500.0","net_amount":"5300.0","currency":"ARS","status":"active","canceled_at":null,"paused_at":null,"trial_period_end":"2021-10-05T00:00:00-03:00","next_billing_date":"2021-10-05T00:00:00-03:00","created_at":"2021-09-30T16:43:51-03:00","payment_method":{"id":"ec266d72-9af8-4fff-b95b-783a7751f0db","external_id":"a2bb722a-9d6d","data":{"type":"cbu","country":"ARG","number":"94256727**4643"},"created_at":"2021-09-30T09:52:24-03:00","collect_method_id":"a2bb722a-9d6d-4bdc-92ec-a8e329ec7358"},"product":{"id":"8e0bda25-c446-48a9-aab0-a9a7adc396fd","name":"New product"},"external_id":"edff0eed-67b7-409d-abf2-517ebd0f80a0","activate_at":"2021-09-30","cancel_at":null,"checkout_link":"https://gateway.increase.app/pay-sandbox/checkout/v1/short_urls/WUGFi3"}],"current_page":1,"per_page":20,"total_pages":1,"total_elements":1}