Learn how to generate an OAuth access token to authenticate requests to the Pipedream API
Documentation Index
Fetch the complete documentation index at: https://pipedream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.