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=="
이전 페이지 반복자
이 페이지가 도움이 되었나요?