Skip to content

Overview

Find out which Wink accounts you may act for.

Every other call on this API is scoped to one account: you send its identifier in the managing-entity-id metadata header, and your token must hold a permission on it. This service is where that identifier comes from.

Start with ListAccounts to see everything your token reaches, then use the account_id of whichever one you want on your subsequent Inventory, Search, Content and Booking calls. Reach for SearchAccounts instead when you manage enough accounts to need paging or filtering, and GetAccount when you already hold an identifier and want the current record.

These three calls are FREE. They are not metered and they consume none of your monthly units, so you can call them at start-up without budgeting for them. Ordinary rate limits still apply.

Unlike the rest of this API, these calls do NOT require the managing-entity-id header — they are what tells you which value to send.