Skip to main content
GET
/
curseforge
/
projects
/
{projectId}
Get project details
curl --request GET \
  --url https://your-domain.com/api/client/v1/curseforge/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

Project details

The response is of type object.