Hello,
For our project, we need to get the list of blog posts and we want to get it through a private application. But we have some restrictions:
- We only want to expose API calls to the GET method and only for some specific tagged posts.
Please do you know if there is any way to meet these requirements?
Hey @mGordillo thank you for posting in our Community!
Start by creating a private application within your HubSpot developer account. This will provide you with the necessary API key or OAuth tokens for authentication. HubSpot’s API supports various HTTP methods, including GET, POST, PUT, and DELETE. To restrict access to only the GET method, you can simply design your application to only make GET requests to the HubSpot API endpoints.
To our top experts, @DanielSanchez and @Anton any recommendation for @mGordillo matter?
Thank you,
Pam
Thanks for your reply Pam!
Unfortunately, this solution doesn’t work for us because the app is managed by an external partner and we only want to allow them to access the blog posts (content scope) with read permissions (GET method)
Any recommendations would be greatly appreciated
Thank you,
Miquel