# Leap Rebates ## Docs - [Upload Attachments](https://docs.incentives.leap.energy/api-reference/endpoint/attachments.md): Upload documentation attachments for applications (invoices, permits, photos, etc.). This covers the two-step upload process: creating an upload URL and committing the upload. - [Cancel Batch Job](https://docs.incentives.leap.energy/api-reference/endpoint/batch-cancel.md): Cancel a pending or processing batch job. Only pending or processing jobs can be cancelled. - [Create Batch Job](https://docs.incentives.leap.energy/api-reference/endpoint/batch-create.md): Create a new batch job with multiple incentive lookup items. Items are queued and processed asynchronously by a background worker. - [Get Batch Job Status](https://docs.incentives.leap.energy/api-reference/endpoint/batch-get.md): Get detailed status and progress for a specific batch job, including item counts and timestamps. - [Get Batch Job Items](https://docs.incentives.leap.energy/api-reference/endpoint/batch-items.md): Get all lookup items for a batch job with optional status filter and pagination. Use to export results or inspect failed items. - [List Batch Jobs](https://docs.incentives.leap.energy/api-reference/endpoint/batch-list.md): List all batch jobs for your organization with optional status filter and pagination. - [Check Incentives](https://docs.incentives.leap.energy/api-reference/endpoint/check-incentives.md): Get aggregated incentive calculations from multiple utility programs based on customer address and device - [Delete Attachment](https://docs.incentives.leap.energy/api-reference/endpoint/delete-attachment.md): Delete an attachment from storage and remove the database record. - [Download Attachment](https://docs.incentives.leap.energy/api-reference/endpoint/download-attachment.md): Get a signed download URL for an attachment. The URL is valid for 1 hour. - [Get Application](https://docs.incentives.leap.energy/api-reference/endpoint/get-application.md): Retrieve complete application details including customer and device information. The application must belong to your organization. - [Get Webhook Configuration](https://docs.incentives.leap.energy/api-reference/endpoint/get-webhook-config.md): Return the authenticated organization's webhook URL and optional custom field names for backend-triggered webhooks. - [List Attachments](https://docs.incentives.leap.energy/api-reference/endpoint/list-attachments.md): List attachments for one or more applications. - [Search Applications](https://docs.incentives.leap.energy/api-reference/endpoint/search-applications.md): Search and filter applications with pagination. Returns a list of applications matching the specified criteria. Applications are automatically filtered to your organization. - [Update Application](https://docs.incentives.leap.energy/api-reference/endpoint/update-application.md): Update an application by application ID. Supports updating application fields, customer information, and customer devices. - [Update Webhook Configuration](https://docs.incentives.leap.energy/api-reference/endpoint/update-webhook-config.md): Set or clear webhook URL and/or custom field names. Partial update supported; URL must use HTTPS. - [API Guide](https://docs.incentives.leap.energy/api-reference/guides/api-guide.md): Comprehensive guide to using the Leap Incentives & Applications API - [Applications API Guide](https://docs.incentives.leap.energy/applications-guide.md): Guide to querying and monitoring rebate applications - [Incentives API Guide](https://docs.incentives.leap.energy/incentives-guide.md): Guide to using the Incentives API for calculating rebates and creating applications - [Introduction](https://docs.incentives.leap.energy/index.md): Help your customers claim energy rebates and incentives at the point of sale - [Program Roadmap](https://docs.incentives.leap.energy/program-roadmap.md): Launch timeline for utility rebate programs supported by Leap Energy - [Quickstart](https://docs.incentives.leap.energy/quickstart.md): Embed an offer for customers to claim incentives after purchase and installation - [Claimed Fields](https://docs.incentives.leap.energy/setup-claimed-fields.md): Plan which data points from rebate applications your organization will provide on behalf of customers ## OpenAPI Specs - [openapi](https://docs.incentives.leap.energy/api-reference/openapi.json)