Get startedSign in

Get a project by ID

GET/v1/api/projects/{id}

Retrieves a single project by its unique identifier

Path parameters
Responses
ParameterTypeDescription
idrequiredstring
Response samples
200
{
  "default": false,
  "description": "string",
  "id": "string",
  "inserted_at": "string",
  "name": "string",
  "updated_at": "string"
}