Fetch All Files

Fetch All Files API endpoint for Sweeppea. GET /files. Complete documentation with code examples in cURL, JavaScript, and Python.

GET /api/v3/files

Description

This endpoint allows you to fetch all files. Use this to manage your files & categories data programmatically through the Sweeppea API.

Code Examples

curl -X GET "https://api-v3.sweeppea.com/files" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"

Response

200 OK

{ "success": true, "data": {}, "message": "Operation completed successfully" }