BASE URL: https://api.playsafeid.com
Make a get request using a users PSID to determine their status. (Does the user have a valid PlaySafe ID or not).
Request
GET /api/detect/:PSID
Response
{
"status": boolean;
"strikes": string[] // list of violation types acquired
}
Example
curl --location '/api/detect/d4076baf-59a6-4336-a274-815857336bee'
Make a POST request to declare when a user has been caught cheating, hacking, or being inappropriate to children.
This is an authenticated request and will require providing x-api-key
in your header.