Making API Calls to LIST API, how do I authenticate?

Hi III want to add data to an outbound list

http[s]:///configapi/v2/callinglist/add/<list_name>

How do I get my auth token?
or authenticate to call apis

  1. You will need to generate an API Secret for your user on the Users&Teams>>Users page
  2. User should have the privilege of Manage all lists at a minimum

Once the API secret is generated, you can request a token via API

Method: POST
Endpoint: https://[tenant].brightpattern.com/configapi/v2/oauth/token
Format: x-www-form-urlencoded

Once that token is returned, you will include it as a parameter
Authorization: Bearer YOURTOKENHERE

Thank you and please let us know if you need further assistance