cURL
curl --request POST \ --url https://api.snipp.gg/unblock \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "targetId": "<string>" } '
{ "blocked": true, "message": "<string>" }
Unblock a user by their ID. Idempotent — unblocking a non-blocked user succeeds.
Your API key from Snipp.gg
The user ID to unblock
Block status