API security
REST, GraphQL, authorization, schema review, and safe API testing.
- 001 REST endpoint inventory Learn REST endpoint inventory through a safe, repeatable api security workflow.
- 002 GraphQL schema reading Learn GraphQL schema reading through a safe, repeatable api security workflow.
- 003 API versioning and shadow endpoints Learn API versioning and shadow endpoints through a safe, repeatable api security workflow.
- 004 Mass assignment review Learn Mass assignment review through a safe, repeatable api security workflow.
- 005 Pagination and object enumeration Learn Pagination and object enumeration through a safe, repeatable api security workflow.
- 006 Rate limiting and abuse cases Learn Rate limiting and abuse cases through a safe, repeatable api security workflow.
- 007 Webhook security basics Learn Webhook security basics through a safe, repeatable api security workflow.
- 008 API token handling Learn API token handling through a safe, repeatable api security workflow.
- 009 Schema validation patterns Learn Schema validation patterns through a safe, repeatable api security workflow.
- 010 Testing API authorization Learn Testing API authorization through a safe, repeatable api security workflow.
- 011 OpenAPI specification review Learn OpenAPI specification review through a safe, repeatable api security workflow.
- 012 GraphQL introspection review Learn GraphQL introspection review through a safe, repeatable api security workflow.
- 013 GraphQL resolver authorization Learn GraphQL resolver authorization through a safe, repeatable api security workflow.
- 014 GraphQL batching and depth limits Learn GraphQL batching and depth limits through a safe, repeatable api security workflow.
- 015 REST nested resource authorization Learn REST nested resource authorization through a safe, repeatable api security workflow.
- 016 PUT vs PATCH behavior Learn PUT vs PATCH behavior through a safe, repeatable api security workflow.
- 017 JSON merge patch risks Learn JSON merge patch risks through a safe, repeatable api security workflow.
- 018 Bulk update endpoint review Learn Bulk update endpoint review through a safe, repeatable api security workflow.
- 019 Batch import endpoint review Learn Batch import endpoint review through a safe, repeatable api security workflow.
- 020 API object lifecycle testing Learn API object lifecycle testing through a safe, repeatable api security workflow.
- 021 API filtering and sorting abuse Learn API filtering and sorting abuse through a safe, repeatable api security workflow.
- 022 API error shape triage Learn API error shape triage through a safe, repeatable api security workflow.
- 023 JWT bearer token review Learn JWT bearer token review through a safe, repeatable api security workflow.
- 024 API key prefix and scope review Learn API key prefix and scope review through a safe, repeatable api security workflow.
- 025 Webhook signature verification Learn Webhook signature verification through a safe, repeatable api security workflow.
- 026 Idempotency key abuse cases Learn Idempotency key abuse cases through a safe, repeatable api security workflow.
- 027 Mobile API traffic capture Learn Mobile API traffic capture through a safe, repeatable api security workflow.
- 028 gRPC service review basics Learn gRPC service review basics through a safe, repeatable api security workflow.