API documentation for HeyDonto API
https://docs.heydonto.com/_mock/apis/heydonto/openapi/
https://api-staging.heydonto.com/
https://api.heydonto.com/
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/path
- Sandbox
https://api-staging.heydonto.com/storage/path
- Production
https://api.heydonto.com/storage/path
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/path?filePath=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/public-access
- Sandbox
https://api-staging.heydonto.com/storage/public-access
- Production
https://api.heydonto.com/storage/public-access
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/public-access?filePath=string'
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/synchronizer/download/active
- Sandbox
https://api-staging.heydonto.com/storage/synchronizer/download/active
- Production
https://api.heydonto.com/storage/synchronizer/download/active
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/synchronizer/download/active \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/synchronizer/download/{version}
- Sandbox
https://api-staging.heydonto.com/storage/synchronizer/download/{version}
- Production
https://api.heydonto.com/storage/synchronizer/download/{version}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/synchronizer/download/{version}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/folder
- Sandbox
https://api-staging.heydonto.com/storage/folder
- Production
https://api.heydonto.com/storage/folder
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/folder?folderPath=synchronizer%2Fsite-123' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/{id}
- Sandbox
https://api-staging.heydonto.com/storage/{id}
- Production
https://api.heydonto.com/storage/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/{id}
- Sandbox
https://api-staging.heydonto.com/storage/{id}
- Production
https://api.heydonto.com/storage/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage
- Sandbox
https://api-staging.heydonto.com/storage
- Production
https://api.heydonto.com/storage
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.heydonto.com/_mock/apis/heydonto/openapi/storage \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }