How Security Schemes Are Shown in Online Documentation#
Apidog automatically displays the auth method (security scheme) for each endpoint in the online documentation. This helps users easily identify how to authenticate their requests.
To protect user data, Apidog separates the auth method from the auth credentials. This means that even if the default auth values are set at the folder or endpoint level, they won't be applied automatically during online debugging. You'll need to enter the credentials manually.
1
Go to the online API documentation.
2
Click Try it to open the endpoint debugging panel. In the Auth section, enter the required auth credentials.
3
These credentials will be used for requests sent from the current endpoint.