cURL
curl --request GET \ --url https://your-domain.com/api/client/v1/modrinth/projects/{id}/versions \ --header 'Authorization: Bearer <token>'
{ "project_id": "<string>", "count": 123, "versions": [ {} ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
true
Versions list