Pixxel

Get project

Get project by ID. Only the projects under current service user will be accessible.

GET/v0/projects/{id}
Authorisations
AuthorizationString
Path Parameters
idstringrequired
Project ID
Response
application/json
OK
projectobject
Show child attributes
Get project
1curl -X GET 'https://api.pixxel.space/v0/projects/{id}' \
2 -H 'Authorization: YOUR_API_KEY'
Response:
{
"project": {
"id": "string",
"name": "string",
"title": "string",
"org_id": "string",
"created_at": "string",
"updated_at": "string",
"metadata": {}
}
}