HTTP Service
API endpoints
Http endpoints usually refers to a REST API (commonly in JSON payload) or a data files hosted on a web site.
Data formats in support:
- CSV/TSV files
- JSON payload
Similarly to uploaded CSV/TSV files, you can serve your data through your own HTTP endpoint. This medium post illustrates how to build HTTP data connections, illustrated by two examples.
Auth
If you API is secure which requires credential to access, please use HTTP header to set it up.