📣 this endpoint get a specific project details by project ID . In this GET request the project ID has to be provided in the URL.✳ list of URL parameters
project_id = 36 character in length
📢 Info message : Here URL is contructed like GET/projects/<project_id>
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
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/f32a0116-fe11-454c-8e6a-5ff4101882e5'
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}