curl 'https://<your_disto_url>/api/v1/projects/{projectId}/' \ -H 'Authorization: Bearer <token>'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "Signal-iOS", "issueIds": [ "123e4567-e89b-12d3-a456-426614174001", "123e4567-e89b-12d3-a456-426614174002", "123e4567-e89b-12d3-a456-426614174003" ], "createdAt": "2023-08-01T14:30:00Z" }
This endpoint retrieves a specific project by its ID.