Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Comments

Close side panel

Add documentation: Authentication and Authorization#23

Open
quantstruct-dev-newman[bot] wants to merge 1 commit intomainquantstruct/a1base-docs:mainfrom
quantstruct/content-20250218-000743quantstruct/a1base-docs:quantstruct/content-20250218-000743Copy head branch name to clipboard
Open

Add documentation: Authentication and Authorization#23
quantstruct-dev-newman[bot] wants to merge 1 commit intomainquantstruct/a1base-docs:mainfrom
quantstruct/content-20250218-000743quantstruct/a1base-docs:quantstruct/content-20250218-000743Copy head branch name to clipboard

Conversation

@quantstruct-dev-newman
Copy link

Authentication and Authorization

This document provides a comprehensive guide to authentication and authorization methods used to securely access our API. It is intended for developers and security engineers who need to integrate with our platform. Understanding these mechanisms is crucial for ensuring the security and integrity of your applications and our services.

Priority: High

Related Endpoints:

  • /auth/token
  • /auth/refresh
  • /auth/revoke

1. API Keys

API keys are a simple authentication method that allows you to identify your application when making API requests. They are typically used for non-sensitive operations and are less secure than OAuth.

1.1 Obtaining an API Key

To obtain an API key, you must first register your application through our developer portal. Once registered, you can generate an API key from your application's settings.

1.2 Using an API Key

API keys are passed in the X-API-Key header of your HTTP requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.