Question
My account is configured to allow single sign-on (SSO) authentication for my agents and admins. What authentication should I use to access the API?
Answer
To access the API, use an API token along with your agent or admin email address on the account. Authentication for API access is then formatted as your_email@domain.com/token
.
For further information, see the article: Generating a new API token.