TravelyfeHelp
المطورونReferencePeople

Find People

GET
/v1/people

With username, the person holding that handle: who they are, how you relate (status), their counts and their itineraries on Explore — or null when nobody holds it, or either of you has blocked the other. Answers before sign-in too, with the public key. With search, people whose handle or name starts with the text.

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 @.

search?string

At least two characters.

limit?integer

With username, itineraries to include (up to 200, default 60; 0 for none). With search, people (up to 50, default 20).

offset?integer

With username, itineraries to skip.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/people"
Empty