- Documentation
- API Reference
- Projects
- importer.vidinfra.com
- Auth
- User Registration
- User Login
- Verify-email
- Forgot Password
- Forgot Password Verify OTP
- Forgot Password Set
- Resend OTP
- Logout
- Set Password
- Check Account exists
- Update Password
- Google Oauth Redirect
- Google Oauth Callback
- api-access-check
- New Auth token using Refresh token
- Github Oauth Redirect
- Google Oauth Callback Copy
- Get User Sessions
- Delete User Sessions
- User
- Organization
- Organization's invitations
- Audits
- Members
- API Keys
- Folders
- Videos
- Video Metas
- Video Captions
- Video Chapter
- Uploads
- Tags
- Players
- Webhook Endpoints
- Advertisements
- Webhook Event Logs
- Analytics Direct Api
- geo-distribution
- Project Views
- avg video watch
- Total watch Time
- Project Avg Watch per Unique user
- Total Player Error
- project popularity-analysis
- Project Collection Insights
- Collection Views
- Collection avg Watch time
- Collection Avg Watch per unique user
- Collection Geo Distribution
- Get all Users
- User media views
- User Avg video watch
- user Player log
- user sessions
- Get all Video
- video Player error
- Video View
- video Geo Distribution
- video Avg watch
- copy
- Streams
- Stream Metas
- Usages
- Encoding profile
- Project Matrics
- Access Control
- Analytics
- Project Get geo-distribution
- project views
- Project avg video watch
- Project Total Watch
- Project Avg Watch per Unique user
- Project All Player Errors
- Project Popularity Analysis
- Project Collections insights
- Collection Geo Distribution
- Collection avg watch time
- Collection avg watch per unique User
- Collection Player error
- Video Geo Distribution
- Video views
- Video Avg Watch
- Video Player Log
- User
- User Avg Video Watch
- User Total Watch
- User player error log
- Plan
- public plansGET
- current planGET
- Account PlansGET
- Get plan by IDGET
- Admin Get PlansGET
- Admin Create planPOST
- Admin Get Plan by IDGET
- Admin Update Plan by IDPUT
- Admin Delete plan By IDDELETE
- Admin Get Plan MetricesGET
- Admin Get Plan Metrices By TypeGET
- Admin Create Plan Matrices By TypePOST
- Admin Update Plan Metrices By IDPUT
- Upload Tokens
- subscribe
- Transaction
- Invoice
- vimeo video importer
- test
- transcoding service
- transcoding service v2
- Welcome to vidinfraGET
- health checkGET
- Regions ListGET
- keyPOST
- Untitled EndpointGET
current plan
Developing
GET
/organization/subscribe/plans/current
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/v1/organization/subscribe/plans/current'
Responses
🟢200OK
application/json
Body
object {0}
Example
{"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}
🟢200OK