# UnicyFalcon API ## Docs - [Authentication (API Reference)](https://docs.unicyfalcon.com/api-reference/authentication.md): HMAC-SHA256 authentication for API requests - [Get Customer](https://docs.unicyfalcon.com/api-reference/customers/get.md): Retrieve a single customer by ID - [List Customers](https://docs.unicyfalcon.com/api-reference/customers/list.md): Retrieve a paginated list of all active customers - [Search Customers](https://docs.unicyfalcon.com/api-reference/customers/search.md): List customers with search and filters - [Create Delivery](https://docs.unicyfalcon.com/api-reference/deliveries/create.md): Create a new delivery - [Delete Delivery](https://docs.unicyfalcon.com/api-reference/deliveries/delete.md): Delete a delivery - [Get Delivery](https://docs.unicyfalcon.com/api-reference/deliveries/get.md): Retrieve a single delivery by ID - [List Deliveries](https://docs.unicyfalcon.com/api-reference/deliveries/list.md): List deliveries with pagination and filters - [Update Delivery](https://docs.unicyfalcon.com/api-reference/deliveries/update.md): Update an existing delivery - [API Reference](https://docs.unicyfalcon.com/api-reference/introduction.md): Complete reference for all UnicyFalcon API endpoints - [Create Order](https://docs.unicyfalcon.com/api-reference/orders/create.md): Create a new order - [Delete Order](https://docs.unicyfalcon.com/api-reference/orders/delete.md): Delete an order - [Get Order](https://docs.unicyfalcon.com/api-reference/orders/get.md): Retrieve a single order by ID - [List Orders](https://docs.unicyfalcon.com/api-reference/orders/list.md): List orders with pagination and filters - [Update Order](https://docs.unicyfalcon.com/api-reference/orders/update.md): Update an existing order - [Get Product](https://docs.unicyfalcon.com/api-reference/products/get.md): Retrieve a single product by ID - [List Products](https://docs.unicyfalcon.com/api-reference/products/list.md): List all products with pagination - [Search Products](https://docs.unicyfalcon.com/api-reference/products/search.md): List products with search and filters - [Authentication](https://docs.unicyfalcon.com/authentication.md): Learn how to authenticate your API requests - [Curl](https://docs.unicyfalcon.com/examples/curl.md) - [Javascript](https://docs.unicyfalcon.com/examples/javascript.md) - [Php](https://docs.unicyfalcon.com/examples/php.md) - [Python](https://docs.unicyfalcon.com/examples/python.md) - [Error Handling](https://docs.unicyfalcon.com/guides/error-handling.md): Handle API errors and status codes - [Pagination](https://docs.unicyfalcon.com/guides/pagination.md): Use pagination for list endpoints - [Rate Limiting](https://docs.unicyfalcon.com/guides/rate-limiting.md): Understand and handle API rate limits - [Webhooks](https://docs.unicyfalcon.com/guides/webhooks.md): Receive real-time events from the API - [Introduction](https://docs.unicyfalcon.com/introduction.md): Welcome to the UnicyFalcon API documentation - [Plans & Pricing](https://docs.unicyfalcon.com/plans-and-pricing.md): Choose the right API plan for your needs - [Quick Start](https://docs.unicyfalcon.com/quickstart.md): Make your first API call in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.unicyfalcon.com/api-reference/openapi.json) ## Optional - [Help Center](https://help.unicyfalcon.com) - [Community](https://discord.gg/unicyfalcon) - [Blog](https://unicyfalcon.com/blog)