# Giftogram Developer Documentation Documentation > Documentation for Giftogram Developer Documentation ## Guides - [Getting Started](https://developers.giftogram.com/docs/getting-started.md) - [Quickstart](https://developers.giftogram.com/docs/quickstart.md) - [Creating a Campaign](https://developers.giftogram.com/docs/creating-a-campaign.md) - [Funding an Account](https://developers.giftogram.com/docs/funding-an-account.md) - [Authentication](https://developers.giftogram.com/docs/authentication.md) - [Idempotency in Order Creation](https://developers.giftogram.com/docs/idempotency-in-order-creation.md) - [Webhooks](https://developers.giftogram.com/docs/webhooks.md) - [Validating Webhook Signatures](https://developers.giftogram.com/docs/validating-webhook-signatures.md) ## API Reference - [Get campaigns](https://developers.giftogram.com/reference/campaignlist.md): Returns a list of campaigns - [Get campaign by ID](https://developers.giftogram.com/reference/campaignget.md): Returns a campaign by ID - [Get available funds](https://developers.giftogram.com/reference/funding-1.md): Returns the available funds for the API account - [Get orders](https://developers.giftogram.com/reference/getorders.md): Returns the requests Orders - [Create order](https://developers.giftogram.com/reference/createorder.md): Create an Order - [Get order by ID](https://developers.giftogram.com/reference/getorder.md): Returns an order by ID - [Get documentation](https://developers.giftogram.com/reference/documentation-1.md): Returns the API documentation specification. - [Get webhooks](https://developers.giftogram.com/reference/webhooklookup.md): Returns a list of webhook events and their respective assigned endpoints.