QRcodly
APIShort url

List open URL safety findings

GET
/short-url/safety-incidents

Returns the safety findings the user has not dismissed yet, together with how many of their links are currently blocked and whether the account has already been warned. Only the flagged hostname is exposed, never the full destination URL.

Authorization

bearerAuth
AuthorizationBearer <token>

Authenticate with a Bearer token. Pass your API key in the Authorization header: Authorization: Bearer <your-api-key>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/short-url/safety-incidents"
{  "incidents": [],  "blockedCount": -9007199254740991,  "blockedStandaloneCount": -9007199254740991,  "blockedQrCodeCount": -9007199254740991,  "warningActive": true}
{  "message": "string",  "code": 0}
{  "message": "string",  "code": 0}