TravelyfeHelp
ProgramadoresReferenceAccount

Your Notifications

GET
/v1/account/notifications

Your notifications, newest first.

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

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Query Parameters

limit?integer

Up to 100. Defaults to 50.

before?number

Seconds since the epoch: only notifications older than this.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/account/notifications"
[  {}]