Skip to main content
POST
Reject

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Unique identifier for a source

Pattern: ^src_[a-zA-Z0-9]+$
eventId
string
required

Unique identifier for a source event

Pattern: ^sev_[a-zA-Z0-9]+$

Response

Event rejected successfully

id
string
required

Unique identifier for a source event

Pattern: ^sev_[a-zA-Z0-9]+$
createdAt
string<date-time>
required
externalEventId
string
required
rawData
object
required
sourceId
string
required

Unique identifier for a source

Pattern: ^src_[a-zA-Z0-9]+$
status
enum<string>
required
Available options:
pending,
processed,
failed,
rejected
updatedAt
string<date-time>
required
customerId
string

The customer associated with this source event

errorMessage
string
processedAt
string<date-time>
processedBy
string
subscriptionId
string

The subscription associated with this source event

usageEventIds
string[]