GET
/
v0
/
projects
/
{id}
curl --request GET \
  --url https://api.pixxel.space/v0/projects/{id} \
  --header 'Authorization: <api-key>'
{
  "project": {
    "created_at": "<string>",
    "id": "<string>",
    "metadata": {},
    "name": "<string>",
    "org_id": "<string>",
    "title": "<string>",
    "updated_at": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Project ID

Response

200
application/json
OK
project
object