1.8 KiB
1.8 KiB
Return to top
Get
=====================================================================================
GET
/projects/{uuid}
Get project by UUID.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
Project UUID
Type
string
Required
Responses
200400401404
Project details
Content-Type
application/json
SchemaJSON
JSON
{
"id": 0,
"uuid": "string",
"name": "string",
"description": "string"
}
GET
/projects/{uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI