Skip to main content
Question

API Integration Help

  • April 7, 2025
  • 3 replies
  • 647 views

Forum|alt.badge.img+3

I’m looking to integrate Aspire with HubSpot so that contacts created in HubSpot are also created in Aspire. I’ve generated API credentials from my Aspire account (Client ID & Secret), but I need Aspire’s API documentation to proceed.

Could someone help me how to find:

  • The OAuth or token authentication URL
  • The endpoint to create a new contact (and required fields)

3 replies

baraica
Community Manager
Forum|alt.badge.img+28
  • Community Manager
  • April 7, 2025

Hi ​@Adin! Here is API Documentation. And this is the Swagger UI tool.


Forum|alt.badge.img+3
  • Author
  • New Participant
  • April 7, 2025

Hi ​@baraica, Thanks a lot for the documentation. I have got what I needed. Unfortunately, I am not sure how do I use Swagger UI tool.


Kbaird
Forum|alt.badge.img+17
  • Inspiring
  • April 8, 2025

Hi ​@baraica, Thanks a lot for the documentation. I have got what I needed. Unfortunately, I am not sure how do I use Swagger UI tool.

Hey Adin,

You will also need to check your Hubspot documentation, but you will need to run a script that reads your list of Aspire contacts, compares it to your list of Hubspot contacts and then does a post with the new hubspot contacts. If I were to do this, I would create a custom field in aspire for the hubspot customerID and use that to verify customer presence in aspire. Let me know if you have questions!