Subscribe To Mod
POST/games/:game-id/mods/:mod-id/subscribe
Subscribe the authenticated user to a corresponding mod. No body parameters are required for this action. Successful request will return the Mod Object of the newly subscribed mod.
NOTE: Users can subscribe to mods via mod.io, we recommend you poll or call the Get User Events endpoint when needed, to keep a users mods collection up to date.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15000 | The requested mod cannot be subscribed to at this time due to a DMCA takedown request. |
403 | 15001 | The requested mod cannot be subscribed to due to being marked as 'hidden'. |
Responses
- 200
- 201
- 403
Already Subscribed
Subscription Successful
Response Headers
Location
URL to newly created resource
The requested mod cannot be subscribed to at this time due to a DMCA takedown request.