current plan
Developing
GET
/organization/subscribe/plans/current
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/organization/subscribe/plans/current'
Response Response Example
200 - OK - Success
{"message":"Subscription fetched successfully","result":{"id":"f2c05f82-2c68-49ff-8b23-f51f473e6802","organization_id":"70e0af0c-d04a-4bf6-8c87-6d4d8ac832cd","subscribe_by":"d9141318-96df-41e7-9466-50ffb3b93585","payment_method":"card","payment_gateway":"stripe","billing_time":"daily","name":"Daily","plan_code":"daily-01","status":"","created_at":"2024-06-22T18:36:27+06:00","canceled_at":"0001-01-01T00:00:00Z","started_at":"2024-05-22T18:36:27+06:00","ending_at":"2024-06-23T18:36:27+06:00","subscription_at":"2024-06-22T18:36:27+06:00","terminated_at":"0001-01-01T00:00:00Z","previous_plan_code":"","next_plan_code":"","downgrade_plan_date":"0001-01-01T00:00:00Z","trial_ended_at":"0001-01-01T00:00:00Z","plan":"public","tax":"usa_standard_vat-01","grace_period":10},"success":true}
Request
Responses
Modified at 2025-06-19 04:59:01