WebHook 리스트 조회
GET
https://{market-domain}/v1.0/app/nft/webhook
Query Parameters
Name
Type
Description
page_offset*
int64
page 번호 (MIN : 1 ~ N)
page_size*
int64
한 page 크기 (MIN : 1 ~ MAX : 200)
Headers
Name
Type
Description
Authorization*
string
Bearer {{app-access-token}}
curl --location --request GET 'https://localhost:51071/v1.0/app/nft/webhook?page_offset=0&page_size=10' --header 'Authorization: Bearer eyJhbGciOiJIUzI1......'
Last updated