Fetch Entry Page Info
Fetch Entry Page Info API endpoint for Sweeppea. GET /entrypage/{sweepstakes_id}. Complete documentation with code examples in cURL, JavaScript, and Python.
GET
/api/v3/entrypage/{sweepstakes_id}
Description
This endpoint allows you to fetch entry page info. Use this to manage your entry page data programmatically through the Sweeppea API.
Code Examples
curl -X GET "https://api-v3.sweeppea.com/entrypage/{sweepstakes_id}" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
200 OK
{
"success": true,
"data": {},
"message": "Operation completed successfully"
}