Back to API Endpoints
Callbacks Endpoints
Manage server callback configurations for your organization. Callbacks allow VotePipe to send vote data directly to your game server, enabling automatic in-game rewards when players vote. These endpoints let you create, update, list, and delete callback configurations programmatically, making it easy to automate your vote reward system setup and management.
Available Endpoints
GET /v1/callbacks/variables
Get available template variables for custom payload templates
GET
GET /v1/callbacks
List all server callbacks for your organization
GET
POST /v1/callbacks
Create a new server callback
POST
Full Scope
GET /v1/callbacks/:id
Get details of a specific callback
GET
PATCH /v1/callbacks/:id
Update a callback. Only provided fields will be updated
PATCH
Full Scope
DELETE /v1/callbacks/:id
Delete a callback
DELETE
Full Scope
POST /v1/callbacks/:id/test
Generate a test payload for a callback (does not send the request)
POST
Full Scope