Deadlock Mod Manager
API Reference

Share Profile

POST
/v2/profiles
hardwareIdstring
namestring
versionstring
profileobject

Response Body

curl -X POST "https://api.deadlock-mods.com/api/v2/profiles" \  -H "Content-Type: application/json" \  -d '{    "hardwareId": "string",    "name": "string",    "version": "string",    "profile": {      "version": "1",      "payload": {        "mods": [          {            "remoteId": "string"          }        ]      }    }  }'
{
  "id": "string",
  "status": "success",
  "error": "string"
}