Blog, Website & Page Publishing

ben-duchy
Top Contributor

Display hubdb data onto an external website

SOLVE

Does anyone know if it's possible to extract the data from a HubDB and display it on a 3rd party website? My employer has invested in portrait touchscreen for our shop and wanted to know if it could display some data from our website, such as product information, price and sale status?

 

Before you ask, it has been deliberatly deisgned differently from our website, with it's own 'theme', whilst still using the same products etc.

I assume an API will be required, but I haven't a clue on using these 😞

1 Accepted solution
Dev_TRooInbound
Solution
Participant

Display hubdb data onto an external website

SOLVE

Hi @ben-duchy,


Yes, It can be done using HubDB API using AJAX call.

Take a look https://developers.hubspot.com/docs/methods/hubdb/v2/get_table_rows

And further, go through https://developers.hubspot.com/docs/methods/hubdb/hubdb_overview for more reference.

 

If your problem is resolved, mark it as Solved.
You can also email us for further assistance.

 

Thank you.

 

TRooInbound Team
Hubspot COS/CMS Development Agency
w: https://www.trooinbound.com | e: hello@trooinbound.com

View solution in original post

2 Replies 2
Dev_TRooInbound
Solution
Participant

Display hubdb data onto an external website

SOLVE

Hi @ben-duchy,


Yes, It can be done using HubDB API using AJAX call.

Take a look https://developers.hubspot.com/docs/methods/hubdb/v2/get_table_rows

And further, go through https://developers.hubspot.com/docs/methods/hubdb/hubdb_overview for more reference.

 

If your problem is resolved, mark it as Solved.
You can also email us for further assistance.

 

Thank you.

 

TRooInbound Team
Hubspot COS/CMS Development Agency
w: https://www.trooinbound.com | e: hello@trooinbound.com

ramanverma2005
Participant

Display hubdb data onto an external website

SOLVE

how I can call the jquery ajax call to this api ..  when I tried it is giving me CORS error

0 Upvotes