For the complete documentation index, see llms.txt. This page is also available as Markdown.

Core API authentication

Introduction

You can authenticate the Patchworks API using:

  • API keys Generate a key from the Patchworks dashboard and pass this in requests as an authorization header.

  • OAuth 2 (client credentials) Use your dashboard account credentials to generate a token and pass this in requests as an authorization header.

Last updated

Was this helpful?