Steam Verifier
Steam verification link Generator
Request Body
Name
Type
Description
{
authUrl: 'http://modiplex.com/auth?&=254287885585350666?&=36add3fde59fb2d7',
wielder: '3P_5cab2fc6dcf291dbc718bf365a209bd2_https://modiplex.com/',
token: '5cab2fc6dcf291dbc718bf365a209bd2'
}NodeJS Example
axios.post('https://modiplex.com/api/getVerification', {
token: `SuperSecretAPIToken`,
userid: `254287885585350666`,
returnUrl: `https://modiplex.com/`
})
.then(res => {
console.log(res.data);
})
.catch(error => {
console.error(error)
})Last updated