--- title: "Other Apps" slug: "custom-integration-via-http" description: "Connect REST endpoint to Dataddo and build dashboards on data from any source. No coding required." updated: 2026-07-26T12:57:09Z published: 2026-07-26T12:57:09Z canonical: "docs.dataddo.com/custom-integration-via-http" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.dataddo.com/llms.txt > Use this file to discover all available pages before exploring further. # Other Apps If your preferred dashboarding tool isn't listed, you can output the data using an HTTP call. This will produce data in CSV or JSON format, which most apps can easily consume. With this destination, Dataddo stores the flow's data and REST endpoint pulls it in for reporting. ## Authorize Connection to REST endpoint Authorize the connection so Dataddo can expose the data to REST endpoint: | Field | Description | | --- | --- | | A name for this authorizer in Dataddo | A label so you can recognize the connection later. | | Dataddo token | Select the dataddo token to be used for this authorizer. This token will be used when querying Dataddo API. | Dataddo validates the connection when you save it. ## Create a REST endpoint Destination Go to Destinations, click Create Destination, and select REST endpoint. Give the destination a name, choose the authorizer, and click Save. ## Connect REST endpoint to Dataddo Dataddo keeps the flow's data ready for REST endpoint to read. In REST endpoint, add a new data source that points to the Dataddo destination you created, using the credentials from the authorizer above. REST endpoint then loads the data and refreshes it on its own schedule. ## How to Create a Flow to REST endpoint 1. Go to Flows and click Create Flow. 2. Add one or more sources. 3. Add REST endpoint as the destination and pick the authorizer. 4. Set the schedule and click Save. 5. Open REST endpoint and connect to the data as described above. ## Troubleshooting ### REST endpoint shows no data The flow has not run yet, or REST endpoint points at the wrong connection. Run the flow once, then confirm the connection details in REST endpoint match the authorizer. ### Cannot connect from REST endpoint Reauthorize the connection in Dataddo and re-enter the credentials in REST endpoint. ## Related Articles * [Data Backfilling to Storages](https://docs.dataddo.com/docs/data-backfilling-to-storages) * [Write Modes](https://docs.dataddo.com/docs/data-storages#write-modes) * [Implementation of Batch Ingestion to Data Warehouses](https://docs.dataddo.com/docs/ingestion-to-data-warehouses) * [Network Access Control List \(ACL\) Configuration](https://docs.dataddo.com/docs/network-acl) * [SSH Tunnelling](https://docs.dataddo.com/docs/ssh-tunnelling) * [Data Transformations](https://docs.dataddo.com/docs/data-transformations) * [Data Quality Firewall](https://docs.dataddo.com/docs/data-quality-firewall)