TravelyfeHelp
開発者向けReferencePeople

People You Have Blocked

GET
/v1/account/blocked

Everyone you have blocked.

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

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/account/blocked"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "display_name": "string",    "username": "string",    "avatar_url": "string",    "is_pro": true  }]