FiveM Download
Get a download URL to a pre-configured Sonoran CAD resource.
FiveM Download
GET
https://api.sonorancad.com/download/fivem/<ID>/<KEY>
This endpoint allows you to retrieve a download URL for a community's pre-configured FiveM installation.
Response Body
{
"download": "https://s3.sonoransoftware.com/cad/temp/temp_e3ed4ee2-35f1-427e-a799-3771bbec4c75_resource.zip",
"configLines": [
"# Sonoran CAD",
"ensure pNotify",
"ensure wk_wars2x",
"ensure sonorancad",
"ensure tablet",
"# permissions for Sonoran CAD auto-updater (REQUIRED)",
"add_ace resource.sonorancad command allow",
"add_ace resource.sonoran_updatehelper command allow"
]
}
Response Properties
The download
URL will be a temporary link to a pre-configured ZIP.
The configLines
will be a string array of lines to add to the server.cfg
to start the CAD resource.
For more information, view the pre-configured installation guide.
Last updated
Was this helpful?