Webhook エンドポイントのリストを取得
cURL
curl --request GET \ --url https://api.chainstream.io/v2/webhook/endpoint \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ep_01HT7Z4QJ7N2Q9W8P6V3K5M1X2", "url": "https://example.com", "channels": [ "sol.token.migrated" ], "createdAt": "2021-01-01T00:00:00.000Z", "description": "Webhook description", "disabled": false, "filter": "<string>", "filterTypes": [ "<string>" ], "metadata": { "key": "value" }, "rateLimit": 1000, "updatedAt": "2021-01-01T00:00:00.000Z" } ], "done": false, "iterator": "eyJpZCI6MTAwfQ==", "prevIterator": "eyJpZCI6MTAwfQ==" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ページあたりの結果数
1 <= x <= 100
ページネーションイテレータ
ソート順 Ordering direction for paginated endpoint listing
ascending
descending
成功レスポンス
Paginated list of webhook endpoints
ページネーションされたエンドポイントリスト
Show child attributes
ページネーションが完了したかどうか
false
現在のページイテレータ
"eyJpZCI6MTAwfQ=="
前のページイテレータ
このページは役に立ちましたか?