📄️ Overview
The Common Ninja API uses OAuth 2.0 for authentication. This section will guide you through the OAuth2 process to obtain an access token, which is required for making API requests.
📄️ Authorization Endpoint
Endpoint: GET /oauth/authorize
📄️ Tokens Endpoint
Endpoint: GET /oauth/token
📄️ Making requests
After successfully obtaining an access token through the OAuth2 authentication process, you can use it to make authorized API requests to access protected resources. The access token should be included as a Bearer token in the Authorization header of your API requests.