# PriceEdge API Documentation ## Docs - [Introduction](https://developer.priceedge.com/index.md): Integrate PriceEdge with your applications and data pipelines. Learn how to authenticate, read and update table data, and receive real-time updates through webhooks. - [Authentication](https://developer.priceedge.com/api-reference/introduction.md): There are two ways of authentication: Bearer token and ApiKey - [Get data](https://developer.priceedge.com/api-reference/endpoint/GET-DATA.md): This endpoint takes a table name as parameter and fitlers in the body - [Set data](https://developer.priceedge.com/api-reference/endpoint/SET-DATA.md): This takes a table namn as parameter and updates or insert the data. - [Price extraction](https://developer.priceedge.com/api-reference/price-extraction/overview.md): Discover price column structure and extract underlying source data with filtering, sorting, pagination, and cache-backed snapshots. - [List price columns](https://developer.priceedge.com/api-reference/price-extraction/list-price-columns.md): Returns all price columns configured in the system along with metadata about their underlying source tables. - [Extract prices](https://developer.priceedge.com/api-reference/price-extraction/extract-prices.md): Read records from a price column's source table with filtering, sorting, pagination, and optional cache-backed snapshots. - [Webhook](https://developer.priceedge.com/api-reference/webhooks/webhook.md): How to setup webhooks - [Webhook Security](https://developer.priceedge.com/api-reference/webhooks/webhook-security.md) - [Webhook cache snapshot](https://developer.priceedge.com/api-reference/webhooks/webhook-cache.md): Configure webhooks to automatically build a cache snapshot when they fire, for any event source. ## Optional - [Visit PriceEdge](https://priceedge.com)