when i am hitting the api like ‘/crm/v3/schemas/companies’ but i am unable to get crud operation permission So is any api availble for to get particular object crud permission
I don’t know if HubSpot provides a direct API to retrieve CRUD permissions for CRM objects.But to check permissions, you can:
- Handle Errors: If you encounter permission errors when making API requests, they indicate insufficient permissions (as you already did).
- Check App Scopes: Ensure that the app you’re using for API requests has the necessary scopes for your operations. You need to authenticate requests using the app’s secret.
- Review User Roles: You can check user roles and permissions directly in HubSpot by navigating to the account settings. Confirm that users have access to the required CRM objects.
Hi @RChinchole
here is the list of Companies API
https://developers.hubspot.com/docs/api/crm/companies
please make sure your pvt app token has all the required scopes
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!
