Authorized Apps
The Apps tab at iam.wink.travel/my-account/apps lists every OAuth2 application you’ve granted access to your Wink account, with a way to revoke that access.
How an app gets here
Section titled “How an app gets here”When you click Authorize on a third-party tool that integrates with Wink (or one of Wink’s own apps), the consent flow records the grant. From then on, that app can act on your behalf within the scopes you approved.
Reviewing access
Section titled “Reviewing access”Each entry shows:
- App name and a short description.
- Scopes the app can access (e.g. read inventory, manage bookings).
- Last used — when the app most recently called the Wink API on your behalf.
Revoking an app
Section titled “Revoking an app”Click Revoke next to any entry. The app’s tokens are invalidated immediately, and any background jobs it runs against your account will start failing with 401 errors.
OAuth apps you build yourself
Section titled “OAuth apps you build yourself”If you want to create an OAuth app (not just authorize one), that’s an organization-account feature — see Settings → Applications.