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
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
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