📄️ Overview
Accessing the Common Ninja API requires proper authentication to ensure data security and integrity.
📄️ 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.