Skip to main content
GET
/
modrinth
/
versions
/
{versionId}
Get version details
curl --request GET \
  --url https://your-domain.com/api/client/v1/modrinth/versions/{versionId} \
  --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

versionId
string
required

Response

Version details

The response is of type object.