APIs & Integrations

Mykola_Kadutsky
Member

API Permissions

I need to receive Contacts from our company partner through API. So they need to be able o insert data. Also they shouldn’t be able to fetch data.
The question is:
Is it possible to set such permissions for API , for specific token/user or anything else so that our partner company can only insert data but can’t fetch delete or edit?

Or may be there is another way to do that?

0 Upvotes
1 Reply 1
Dadams
HubSpot Employee
HubSpot Employee

API Permissions

Hi @Mykola_Kadutskyi

You may be able to do this using the Forms API.

Submit data to a form | HubSpot Forms API

POST https://forms.hubspot.com/uploads/form/v2/:portal_id/:form_guid - Send form submission data to HubSpot. Form submissions from external sources can be made to any registered HubSpot form. You can see a list of forms on your portal by going to...

We don’t have a way to grant write-only permission to the Contacts API, but using a form doesn’t require authentication and it does allow you to insert data for contacts.

0 Upvotes