Retrieve comprehensive details about a specific project by providing its unique project ID. This includes metadata such as project name, description, status, associated users, and timestamps.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/project/' \
--header'Authorization: Bearer <token>'