# Secure APIs using API Gateway Authorizer

With AWS API Gateway one can secure the in multiple ways.&#x20;

## Private APIs

Private APIs are using the API Keys and Usage Plan. This is typically used when you don't have a direct user who is interacting with the APIs and instead it is meant for programmatic access.

**More detail...**&#x20;

## Protected APIs

**Coming soon.**
