Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /report-user
{ "targetUserId": "123456789012345678", "reason": "This user is impersonating someone else" }
targetUserId
reason
{ "success": true }
400
403
404
429
curl -X POST "https://relay.snipp.gg/report-user" \ -H "relay-key: YOUR_RELAY_KEY" \ -H "Content-Type: application/json" \ -d '{"targetUserId": "123456789012345678", "reason": "Impersonation"}'
curl -X POST "https://relay.snipp.gg/report-user" \ -H "relay-key: YOUR_RELAY_KEY" \ -H "Content-Type: application/json" \ -d '{"targetUserId": "123456789012345678"}'