Documents
The Documents endpoint supports downloading documents. This is not an OData endpoint and does not support query parameters.
Endpoints
| Method |
Path |
Description |
GET |
/document/{id} |
Download a document |
Download a Document
Example
curl -X GET "https://api.nymbldev.com/document/doc-abc123" \
-H "Authorization: Bearer eyJraWQiOiJ..." \
-H "x-api-key: YOUR_API_KEY"
Error Responses
| Status |
Meaning |
401 Unauthorized |
Missing or invalid access token |
404 Not Found |
Document not found |
500 Internal Server Error |
Unexpected server error |