Fetch Settings

Fetch Settings API endpoint for Sweeppea. GET /sweepstakes/{id}/settings. Complete documentation with code examples in cURL, JavaScript, and Python.

GET /api/v3/sweepstakes/{id}/settings

Description

This endpoint allows you to fetch settings. Use this to manage your sweeps settings data programmatically through the Sweeppea API.

Code Examples

curl -X GET "https://api-v3.sweeppea.com/sweepstakes/{id}/settings" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"

Response

200 OK

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