Quickstart

This guide shows how to obtain an access token via OAuth 2.1 + PKCE and call the Qonic API with plain HTTP (no SDKs required).

1) Get an access token

Go to Authentication guide for details on setting up your OAuth client, or take a look at our sample project ApiPythonSample for a complete implementation of the PKCE flow.

2) Make your first request

Replace{{ACCESS_TOKEN}} with the token you obtained, and {{PROJECT_ID}} with a project you can access.

What’s next?