Context: There are 4 native objects in HubSpot:
- contacts
- companies
- deals
- tickets
I am retrieving information via the CRM API and using the following scopes:
- crm.objects.contacts.read
- crm.schemas.contacts.read
- crm.objects.companies.read
- crm.schemas.companies.read
- crm.objects.deals.read
- crm.schemas.deals.read
I do not see the scopes for tickets.
Question:
What are the scopes to retrieve data for the native tickets object, just like for contacts, companies and deals?