belong-inc / go-hubspot

HubSpot API Go client
Apache License 2.0
35 stars 26 forks source link

Subscriptions API Request #34

Closed DanielCrinnion closed 2 weeks ago

DanielCrinnion commented 2 weeks ago

Is your feature request related to a problem? Please describe. Not so much a problem but an issue I have found recently with Hubspot API is that I never see if it is able to Get information from the Subscription Object. I am currently working on a project where I want to get information from the Subscription level and I can't find any API's that can do this.

Describe the solution you'd like Apologies I am new to the coding world so I am not exactly sure what I want and if this is even the right place to ask it, but I was wondering if there is a way to use Hubspot Native API to get information from the Subscription Object.

Describe alternatives you've considered Looking to create a Hubspot app so is this somewhere the API could go in to?

kk-no commented 2 weeks ago

@DanielCrinnion

Hi, Daniel. This repository provides libraries for calling HubSpot APIs from Go. Also note that this is a repository maintained by Belong Inc. and not an official HubSpot one. (Here is the official)

To obtain information from HubSpot's Subscription object, the following documentation may be helpful.

This go-hubspot library does not currently provide Subscriptions API functionality, but this functionality may be added in a future release. If you think it is necessary, please submit an Issue as a feature request.

Thank you!