TravelyfeHelp
开发者ReferenceAccount

Connected Apps

GET
/v1/account/connected-apps

The apps holding access to your account.

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/connected-apps"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "clientId": "string",    "name": "string",    "scopes": [      "string"    ],    "createdAt": "2019-08-24T14:15:22Z",    "lastUsedAt": "2019-08-24T14:15:22Z"  }]