---
title: "Get audit events for sponsorship configuration changes"
method: GET
path: "/v1/domain/{domainId}/sponsor/events"
tags: ["Gas station (obsolete)"]
deprecated: true
---

# Get audit events for sponsorship configuration changes

`GET /v1/domain/{domainId}/sponsor/events`

> **Deprecated.**

## Path parameters

- `domainId` string, required

## Query parameters

- `accountId` string
- `startDate` string
- `endDate` string
- `eventType` 'CREATE' | 'UPDATE' | 'DELETE'
- `limit` number
- `startingAfter` string

## Response `200`

Audit events

- GasStationEventsResponseDto
  - `items` GasStationAuditEventDto[], required
    - `id` string, required
    - `eventType` 'CREATE' | 'UPDATE' | 'DELETE', required
    - `accountId` string, required
    - `domainId` string, required
    - `payload` object, required — Sponsor configuration snapshot at the time of the event
    - `timestamp` string, required
  - `count` number, required
  - `currentStartingAfter` string
  - `nextStartingAfter` string

## Other responses

- `400` — Invalid query parameters
- `500` — Internal server error

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/revisions/0b55c0ddf07a/schema)
