Skip to main content
Solved

Will there be newer data set API's coming?

  • 22 June 2024
  • 1 reply
  • 16 views

I’d like to automate importing of CVS data but it appears the only API’s for that are in the legacy API which also requires OAuth 1.0? Is this correct and will there be newer API’s that are not legacy to meet this need?

Comments

Userlevel 2
Badge +2

Hello Jonathan,

I believe the legacy APIs you are referring to are the data APIs. Fortunately, they do take OAuth2 tokens as well as OAuth1.0. You should be able to call those APIs the same way as our current OAuth2 APIs as long as you have granted the correct scope. See here for authentication options.

 

These APIs are marked Legacy because they don’t follow our current Rest API standards. However, they will not be removed until new ones updated to our modern standards are developed.  Your interest here, and the interest of others, will be used to determine when that work to migrate them will be done. There is currently no projected date when that will be completed.

 

 

Reply