Get started with our REST API and all the documentation for it
Last updated 2 months ago
POST /api/developers/license/add HTTP/1.1 Host: api.vaultroblox.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 40 { "robloxID": "text", "productUUID": "text" }
License added successfully
No content
DELETE /api/developers/license/delete HTTP/1.1 Host: api.vaultroblox.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 40 { "robloxID": "text", "productUUID": "text" }
License deleted successfully
POST /api/developers/license/check HTTP/1.1 Host: api.vaultroblox.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 40 { "robloxID": "text", "productUUID": "text" }
License check completed
{ "hasLicense": true }