API Reference
Share Profile
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"
}