Developers
V1SocialReports

Report a visible profile or club, including a private club opened by link

POST
/v1/social/reports
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/social/reports" \  -H "Content-Type: application/json" \  -d '{    "targetType": "profile",    "targetId": "cbca1126-180e-4334-9df8-cf82289d378b",    "reason": "spam"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "status": "received"}