Admin

Get self-funding alerts for a spot live competition

Returns self-funding violation alerts detected via transfer history or balance reconciliation

get/api/admin/competition/{competitionId}/spot-live/alerts

Path parameters

competitionIdstring uuid required

Competition ID

Query parameters

reviewed'true' | 'false' | 'all'

Filter by review status

violationType'transfer' | 'balance_reconciliation' | 'all'

Filter by violation type

Response

Alerts retrieved successfully

successboolean
alertsobject[]

Example response

{
  "success": true
}

Changes

Changed in 3 of the 50 revisions of this API.43

  • 7a9f0e66471132See the full diff
    • for the query request parameter reviewed, default value was changed from false to false

      request-parameter-default-value-changed

    • removed the enum value false from the query request parameter reviewed

      request-parameter-enum-value-removed

    • removed the enum value true from the query request parameter reviewed

      request-parameter-enum-value-removed

    • added the new enum value false to the query request parameter reviewed

      request-parameter-enum-value-added

    • added the new enum value true to the query request parameter reviewed

      request-parameter-enum-value-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog