Oauth Scope for CRM-Pipelines endpoint

Hi,

What OAuth2.0 scopes are needed for following API CRM Pipelines

?

Hello @banstola
Can you please let me know for which HS Object are you trying to create pipelines? I mean either for Deals or Tickets. If they are for deals then we need contacts scope else tickets should also be included in the oauth scope query.
‘scope’ => ‘oauth%20contacts’ OR ‘scope’ => ‘oauth%20contacts%20tickets’
Thanks

We are querying both tickets and deals object. So we need tickets and contact scopes scope.

Thank you