Start Your First Scan¶
Application creation stepper¶
- Navigate to your applications list and click Secure a new app
-
Select your application type:
- GraphQL API
- REST API
- Frontend SPA
-
For APIs, provide a schema:
- GraphQL: GraphQL Introspection or GQL Schema
- REST: Swagger v2, OpenAPI v3, Postman Collection, Insomnia Collection, Burpsuite Export, HAR Files
-
Enter your endpoint URL and click Next
-
Configure authentication:
- Add authorization headers if needed
- Click Skip if no authentication is required
-
Complete the setup:
- Name your application
- Select environment type:
- Development (read-write mode)
- Production (read-only mode)
Common pitfalls¶
My endpoint is not a valid endpoint¶
If we cannot validate your API endpoint but you believe it is correct, please contact us for assistance.
Your endpoint requires authentication¶
Tests may fail if your endpoint requires authentication, whether through: - A firewall protecting the server - Application-layer authentication for endpoint fingerprinting
In these cases, provide authorization headers that will be included with all HTTP requests.