API Reference
Every API user gets provided their own unique AccountID and Endpoint ID
Sample:
https://api.getdatapipe.com/v1/data/37815e65-379b-4a23-b897-bfe5a1a64a61/aec10fde-7d6c-4e62-b55b-200bf817bcf8
Where:
- https://api.getdatapipe.com
- main datapipe API
- /v1
- Current version of the API
- /data
- Data path
- /37815e65-379b-4a23-b897-bfe5a1a64a61
- Account ID
- /aec10fde-7d6c-4e62-b55b-200bf817bcf8
- Endpoint ID
get
https://api.getdatapipe.com
/v1/data/:accountId/:endpointId
Get account's data
post
https://api.getdatapipe.com
/v1/data/:accountId/:endpointId/file
File upload
post
https://api.getdatapipe.com
/v1/:accountId/:endpointId/sheet
Transform your Google Sheet
post
https://api.getdatapipe.com
/v1/:accountId/:endpointId/webhook
Transform a Webhook data
Last modified 3yr ago