📣 this endpoint provies all the project under a user and accessable to user .📢 Info message : Here URL is contructed like GET/projects
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code 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
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}