- 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
- Upload Tokens
- subscribe
- Transaction
- Invoice
- vimeo video importer
- test
- transcoding service
- transcoding service v2
- Welcome to vidinfraGET
- health checkGET
- Regions ListGET
- keyPOST
- Untitled EndpointGET
Get projects list
Developing
GET
/projects
Get all the projects of a user#
GET
/projects
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/projects'
Responses
🟢200Success
application/json
Body
message
stringÂ
required
result
array [object {21}]Â
required
users
nullÂ
required
created_at
stringÂ
required
updated_at
stringÂ
required
name
stringÂ
required
status
stringÂ
required
description
stringÂ
required
logo_url
stringÂ
required
deleted_at
nullÂ
required
created_by
stringÂ
required
updated_by
stringÂ
required
id
stringÂ
required
user_id
stringÂ
required
type
stringÂ
required
region
stringÂ
required
allow_direct_play
booleanÂ
required
enable_video_drm
booleanÂ
required
enable_live_drm
booleanÂ
required
videos_count
integerÂ
required
collections_count
integerÂ
required
current_month_views_count
integerÂ
required
current_month_total_watch_time
integerÂ
required
success
booleanÂ
required
Example
{"message":"The requested resource was found.","result":[{"created_at":"2024-03-31T11:53:20+06:00","updated_at":"2024-03-31T11:53:20+06:00","name":"Project Name 4","status":"pending","description":"Project Description","logo_url":"http://example.com/logo.png","deleted_at":null,"created_by":"d7a3a698-4d1e-468e-906d-36f3a53e5955","updated_by":"d7a3a698-4d1e-468e-906d-36f3a53e5955","id":"2cd5f944-55f9-4f09-af87-42549f62273c","user_id":"d7a3a698-4d1e-468e-906d-36f3a53e5955","type":"both","region":"Africa","allow_direct_play":false,"enable_video_drm":false,"enable_live_drm":false}],"success":true}
🟢200OK with icon
🟢200OK updated
🟢200OK Updated 2
🟢200OK final 2