Documentation Index
Fetch the complete documentation index at: https://apyguard.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Your First API Security Scan
This guide will walk you through creating your first API collection and running a security scan with ApyGuard.Prerequisites
- An ApyGuard account (sign up at apyguard.com)
- An API specification file (OpenAPI 3.0, Swagger 2.0, or Postman collection)
- Basic understanding of your API endpoints
Step 1: Create an API Collection
Option A: Import from File
- Navigate to Assets in your dashboard
- Click “Create API Collection”
- Choose “Import API Collection”

Step 2: Configure Authentication
Before running scans, you need to set up authentication for your API:API Key Authentication
- Go to your asset details → configure scan
- Select “Authorization”

- Choose “Create Auth Settings”
- Choose your authentication method

Authorization Verify
Before creating authorization settings you can verify your configuration with detected endpoints.- Press create button.

- See the detected token and move to the auth matrix step.


- If needed change the token from the response body on editor.
- Create your authorization matrix.

Step 3: Run Your First Scan
- Navigate to “Start Scan” in your dashboard

- Select your Asset and API collection

- Choose endpoints to scan:
- Easy Scan: Scan selected endpoints with basic tests
- Custom Scan: Select specific endpoints and tests

- For easy scan select the scan type between choices that suits your needs.

- For advenced scan you need to choose your scan settings.


- Select authorization setting to be used in this scan if scan type selected authenticated

- Select the endpoints to be used during the scan.

- Select the scan types to be used for this scan.

- Accept nonce verification and start scan.

Step 4: Monitor Scan Progress
- View real-time scan progress in the dashboard
- Monitor endpoint testing status
- Check for any authentication issues
- Review preliminary findings
Step 5: Review Results
Once the scan completes:- Overview Dashboard: See high-level security metrics
- Vulnerability Details: Review each finding with:
- Risk level (Low/Medium/High/Critical)
- Description and impact
- Affected endpoints
- Remediation steps
- Risk Score: Understand your overall API security posture
- Export Report: Generate PDF or JSON reports
Common First-Time Issues
Authentication Errors
- Problem: Scan fails due to authentication issues
- Solution: Verify your API keys/tokens are valid and have proper permissions
Rate Limiting
- Problem: API returns 429 errors during scan
- Solution: Adjust scan rate limits in settings or contact API provider
Missing Endpoints
- Problem: Some endpoints not being tested
- Solution: Verify your API specification includes all endpoints
Next Steps
After your first scan:- Review High-Risk Vulnerabilities: Focus on Critical and High-risk findings first
- Set Up Automated Scans: Configure recurring scans for continuous monitoring
- Integrate with CI/CD: Add security testing to your deployment pipeline
- Invite Team Members: Collaborate with your development team
Need Help?
- Check our FAQ section for common questions
- Visit troubleshooting guides for specific issues
- Contact support through the in-app chat
Related Guides: