How requests authenticate
Every request uses two values:Authorization— Basic auth with your API key as the username, no password. Keys have the formatv1.{region}.xxxxx.x-account-id— identifies the end user’s linked account, for endpoints that act on a specific account’s data.