List sends

GET /api/v1/sends sends:create · packs:read

Every prize you have sent, newest first, with the same per-item rows as the single-row read. Paginated with ?limit (1-100, default 50) and ?offset.

Try it GET /api/v1/sends?limit=10

These inputs are shared across all docs pages, so an id entered here carries over.

response
403 9ms preloaded server-side with the default context
object · 3 keys
{
  "success": false,
  "message": "Mystery partner API key required",
  "error": "This endpoint requires an API key linked to a mystery partner account"
}
curl (tracks the inputs above)
curl -X GET 'https://service.rip.fun/api/v1/sends?limit=10' \
  -H 'X-API-Key: rip_…'

Response fields (data)

FieldDescription
sends[]The send rows, newest first
paginationlimit / offset / has_more, as everywhere else