TravelyfeHelp
开发者ReferencePeople

Follow Someone

PUT
/v1/account/following

Follows the person holding a handle. Following is by handle, the name you can see.

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

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Query Parameters

username*string

A handle, with or without the @.

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/account/following?username=string"
{  "status": "string"}