Fetch Verification
Retrieves the user's verification data.
GET https://api-sidemod.sidetechroblox.com/v3/verify/:userid
Path Parameters
Name
Type
Description
userid*
String
425168602
(Roblox UserId)
Headers
Name
Type
Description
Authorization*
String
QBLn8GyVpaOHIdWO2iDE
If you have reached your daily limit:
{ "status": "429", "message": "Too Many Requests!" }If verification data was correctly fetched:
{ "status": "200", "message": "OK", "data": object }If something goes wrong on our end:
{ "status": "500", "message": "Internal Server Error" }If the user is not verified:
{ "status": "400", "message": "User is not verified!" }If you excluded the path parameter:
{ "status": "400", "message": "Missing Path Parameter. (userid)" }Last updated