Authorization
APIs often require authentication to control access and protect data. DocStar provides multiple ways to handle authorization and authentication, ensuring secure API interactions. Whether you're working with API keys, Bearer Tokens, Basic Authentication, or OAuth, DocStar makes it easy to configure and send authenticated requests.
Authentication in DocStar
DocStar allows you to configure authentication for API requests through the Authorization tab. Before sending a request, you can choose an authentication type from the Type dropdown and provide the required credentials.
.png)
Setting Up Authentication
Open a request and navigate to the Authorization tab.
Click on the Type dropdown to select an authentication method.
Depending on the selected type, enter the necessary credentials.
Once configured, click Send to authenticate and execute the request.
Available Authentication Methods in TechDoc
No Auth – Sends the request without authentication.
Basic Auth – Requires a username and password.
OAuth 2.0 – Uses an access token for authentication.
DocStar ensures secure and flexible authentication options, making it easy to work with different APIs. 🚀