List the Wise profiles a token can reach
Returns the profiles reachable with a read-only Wise API token, so the connect form can ask the user which one to connect. A Wise connection is keyed on a profile id, so this runs before any connection exists and takes the token in the body; the token is used for this request only and is never stored. This must be called server-side rather than from a browser: Wise sends no CORS headers, and resolving the list here guarantees it comes from the same Wise host and API version that credential validation will use. Pass the chosen id back as wise.profile_id on POST /account-connections.
Authorizations
Authorization method required to allow user to access the api endpoints.
Body
A read-only Wise API token. Used for this request only and never stored — persisting it happens later, when POST /account-connections creates the connection.
"00000000-0000-0000-0000-000000000000"