Currently, access is stored as `user@customer:password`, and calls with header values to match. API Clients requires the header to pass `bearer` values, using access tokens obtained via OAuth.
Currently, access is stored as
user@customer:password, and calls with header values to match.API Clients requires the header to pass
bearervalues, using access tokens obtained via OAuth.