# North Reports API ## Docs - [Add Comparable](https://docs.northreports.com/api-reference/comps/create-comp.md) - [Delete Comparable](https://docs.northreports.com/api-reference/comps/delete-comp.md) - [Get Comparable](https://docs.northreports.com/api-reference/comps/get-comp.md) - [List Comparables](https://docs.northreports.com/api-reference/comps/list-comps.md) - [Update Comparable](https://docs.northreports.com/api-reference/comps/update-comp.md) - [Create Report](https://docs.northreports.com/api-reference/reports/create-report.md): Creates a new North report with the provided property information. The report will be created as a draft by default. - [Delete Report](https://docs.northreports.com/api-reference/reports/delete-report.md): Permanently deletes a report and all associated data (comparables, showings, etc.). This action cannot be undone. - [Get Report](https://docs.northreports.com/api-reference/reports/get-report.md): Retrieve a single North Report by ID or by property address. - [List Reports](https://docs.northreports.com/api-reference/reports/list-reports.md): Retrieves a paginated list of all reports in your team. Use query parameters to filter and paginate results. - [Publish Report](https://docs.northreports.com/api-reference/reports/publish-report.md) - [Unpublish Report](https://docs.northreports.com/api-reference/reports/unpublish-report.md) - [Update Report](https://docs.northreports.com/api-reference/reports/update-report.md): Updates an existing report. Only provided fields will be updated. - [Create Showing](https://docs.northreports.com/api-reference/showings/create-showing.md): Creates a new showing event for a report. - [Delete Showing](https://docs.northreports.com/api-reference/showings/delete-showing.md): Permanently deletes a showing event. This action cannot be undone. You can identify the showing by either UUID or unique_showing_key. - [Get Showing](https://docs.northreports.com/api-reference/showings/get-showing.md): Retrieves a single showing event with all its details. You can search by either the showing UUID or the unique_showing_key. - [List Showings](https://docs.northreports.com/api-reference/showings/list-showings.md): Retrieves a paginated list of all showings for reports in your team. Use query parameters to filter and paginate results. - [Update Showing](https://docs.northreports.com/api-reference/showings/update-showing.md): Updates an existing showing. Only provided fields will be updated. You can identify the showing by either UUID or unique_showing_key. - [Get Current User](https://docs.northreports.com/api-reference/users/get-current-user.md): Returns information about the authenticated team, subscription, and API key. This is typically the first endpoint to call to verify your API key is working. - [Create Webhook](https://docs.northreports.com/api-reference/webhooks/create-webhook.md) - [Delete Webhook](https://docs.northreports.com/api-reference/webhooks/delete-webhook.md) - [Get Webhook](https://docs.northreports.com/api-reference/webhooks/get-webhook.md) - [List Webhooks](https://docs.northreports.com/api-reference/webhooks/list-webhooks.md) - [Update Webhook](https://docs.northreports.com/api-reference/webhooks/update-webhook.md) - [Authentication](https://docs.northreports.com/authentication.md): Learn how to authenticate with the North API - [Make.com Integration](https://docs.northreports.com/guides/make-integration.md): Connect North Reports with Make.com (formerly Integromat) for powerful automation workflows - [Zapier Integration](https://docs.northreports.com/guides/zapier-integration.md): Connect North Reports with Zapier for powerful automation workflows - [Introduction](https://docs.northreports.com/introduction.md): Welcome to the North Reports API - [Quickstart](https://docs.northreports.com/quickstart.md): Start using the North API in 5 minutes ## OpenAPI Specs - [openapi](https://docs.northreports.com/openapi.yaml) ## Optional - [Dashboard](https://northreports.com/dashboard) - [Support](https://northreports.com/support)