Account 귀속 NFT 삭제 테스트
이 API는 ‘WebHook 응답 정보’ 항목에 ‘Member에게 NFT 삭제’ 정보를 강제로 호출하기 위한 테스트 API 입니다.
DELETE
https://{market-domain}/v1.0/app/test/member/nft
Query Parameters
Name
Type
Description
au_id*
int64
계정 로그인/가입 시 발급 받은 au_id
nft_id*
int64
account에 귀속된 nft 리스트 조회시 확인한 nft_id
product_id
int64
테스트를 위해 별도 제공된 상품 id
Headers
Name
Type
Description
Authorization*
string
Bearer {{app-access-token}}
curl --location --request DELETE 'https://20.194.125.150:51071/v1.0/app/test/member/nft?au_id=5&nft_id=167' --header 'Authorization: Bearer eyJhbGciOiJIU......'
Last updated