メインコンテンツへスキップ
POST
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

Unique identifier for the event stream.

Required string length: 26

ボディ

The payload for sending a test event to an event stream.

event_type
enum<string>
必須

The type of event this test event represents.

利用可能なオプション:
connection.created,
connection.deleted,
connection.updated,
group.created,
group.deleted,
group.member.added,
group.member.deleted,
group.role.assigned,
group.role.deleted,
group.updated,
organization.connection.added,
organization.connection.removed,
organization.connection.updated,
organization.created,
organization.deleted,
organization.group.role.assigned,
organization.group.role.deleted,
organization.member.added,
organization.member.deleted,
organization.member.role.assigned,
organization.member.role.deleted,
organization.updated,
user.created,
user.deleted,
user.updated
Maximum string length: 33
data
object

The raw payload of the test event.

レスポンス

Test event successfully submitted.

Metadata about a specific attempt to deliver an event

id
string
必須

Unique identifier for the delivery

event_stream_id
string<event-stream-id>
必須

Unique identifier for the event stream.

Required string length: 26
status
enum<string>
必須

Delivery status

利用可能なオプション:
failed
Maximum string length: 6
event_type
enum<string>
必須

Type of event

利用可能なオプション:
connection.created,
connection.deleted,
connection.updated,
group.created,
group.deleted,
group.member.added,
group.member.deleted,
group.role.assigned,
group.role.deleted,
group.updated,
organization.connection.added,
organization.connection.removed,
organization.connection.updated,
organization.created,
organization.deleted,
organization.group.role.assigned,
organization.group.role.deleted,
organization.member.added,
organization.member.deleted,
organization.member.role.assigned,
organization.member.role.deleted,
organization.updated,
user.created,
user.deleted,
user.updated
Maximum string length: 33
attempts
object[]
必須

Results of delivery attempts

event
object

Event content. This will only be set if delivery failed.