Apis related to Validation.
Interu API (v2_28)
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/documents/{documentId}
- UAThttps://api.uat.interu.io/organisations/{orgId}/documents/{documentId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/documents/{documentId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/documents/{documentId}/content
- UAThttps://api.uat.interu.io/organisations/{orgId}/documents/{documentId}/content
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/documents/{documentId}/content' \
-H 'Content-Type: application/octet-stream' \
-H 'X-API-Key: YOUR_API_KEY_HERE'- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/documents/{documentId}/content
- UAThttps://api.uat.interu.io/organisations/{orgId}/documents/{documentId}/content
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/documents/{documentId}/content' \
-H 'X-API-Key: YOUR_API_KEY_HERE'