Skip to main content
Answer

Do you have to create an 'App' for any / all API use?

  • July 5, 2023
  • 2 replies
  • 289 views

We are wanting to pull call log and analytics data into our data warehouse for further analysis. Do we have to create and test an 'app' to get the production credentials and pull data daily? We aren't actually building an application but will most likely use SSIS etc. to pull the data from the API.

Best answer by PhongVu

Yes. You have to create an app, select app scopes that your app will need access (explore the API reference and see what permission the API requires).

Check out the Dev Guide to learn how to create and setup an app.

2 replies

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • Answer
  • July 12, 2023

Yes. You have to create an app, select app scopes that your app will need access (explore the API reference and see what permission the API requires).

Check out the Dev Guide to learn how to create and setup an app.


  • New Participant
  • September 11, 2023

Terry, are you able to share how you achieved this please? I have a similar use case.