Get project by ID. Only the projects under current service user will be accessible.
curl --request GET \ --url https://api.pixxel.space/v0/projects/{id} \ --header 'Authorization: <api-key>'
{ "project": { "id": "<string>", "name": "<string>", "title": "<string>", "org_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "metadata": {} } }
Project ID
OK
The response is of type object.
object