GET
/
project
/
{project_id}
curl --request GET \
  --url https://api.basic.tech/project/{project_id} \
  --header 'bearerAPIKey: <api-key>'

Authorizations

bearerAPIKey
string
header
required

Enter your Bearer token in the format: Bearer <API key>

Path Parameters

project_id
string
required

The ID of the project

Response

200
_mintlify/placeholder

successful