I have already a private app with access token and i add all CRM scopes but when i try to send a request for creation deal with custom object attached fields values to https://api.hubapi.com/crm/v3/objects/{objectTypeId} i get this error :
This app hasn't been granted all required scopes to make this call. Read more about required scopes
and propose to add :
- crm.objects.custom.write
- crm.objects.custom.sensitive.write.v2
- crm.objects.custom.highly_sensitive.write.v2
so i try to search those scopes to add theme but not found !!!