diff --git a/docs/api/index.md b/docs/api/index.md index 7f97e16..2f100e2 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -4,6 +4,10 @@ outline: [1, 2] prev: false --- +> [!WARNING] Disclaimer +> This OpenAPI schema is not created, maintained and associated with Patreon. +> This schema is only a reflection of the V2 API documentation. + diff --git a/docs/guide/features/index.md b/docs/guide/features/index.md index 050a44e..b18c9a8 100644 --- a/docs/guide/features/index.md +++ b/docs/guide/features/index.md @@ -7,6 +7,8 @@ The patreon API is only accessible by using Oauth. You can choose between two ty - [Creator account](./oauth#creator-token) - [User Oauth](./oauth#user-oauth2) +For both types of applications you will need to create a client in the developer portal. Copy the client id and secret and store them in your secrets. You can also find the creator access and refresh tokens in the client information. + ## Request When you have created the application, you're ready to make a request.