TravelyfeHelp
開発者向けReferenceSharing

Report A Traveller

POST
/v1/people/{userId}/reports

Reports a traveller for review.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Path Parameters

userId*string

Their user id.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/people/string/reports" \  -H "Content-Type: application/json" \  -d '{    "reason": "string"  }'
Empty