Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
drop_folder_id required |
Drop Folder ID Validations:
|
// Failed request GET /api/v2/drop_folders/not-found-id 404 { "error": "dropfolder not found" }
// Successful request GET /api/v2/drop_folders/38 200 { "drop_folder": { "id": 38, "title": "Sample Drop Folder", "description": "Sample drop folder description.", "owner": "admin-user-132@example.com", "created_at": "2023-11-27T09:43:05.878Z", "updated_at": "2023-11-27T09:43:05.878Z", "loader_id": 38, "original_title": "Sample Drop Folder", "is_public": false } }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |