Learn how to generate an OAuth access token to authenticate requests to the Pipedream API
scope parameter in the request body to limit the access token to specific operations. The scope parameter accepts a space-separated list of scopes.
If no scope is specified, the token defaults to * (full access).
Example request with scopes:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.