기본 기능 - 기타
DOSI SDK를 사용할 때 도움이 되는 기타 엔드포인트 모음입니다.
연결 정보
개발 환경 | DOSI SDK base URI |
---|---|
운영 환경 | https://sdk-api.dosi.world |
사용자 계정 연동 상태 조회
DOSI 사용자 계정과 파트너사 DOSI 채널의 연동 상태를 조회합니다. 상태 정보는 사용자 계정 연동 상태 검증을 참고하세요.
GET {DOSI SDK base URI}/v1/wallets/{walletAddress}/dosi-channel-linkage-status
Request
Response
Path
Name | Type | Description |
---|---|---|
walletAddress | string | 사용자 월렛 주소 |
Query
None
Body
None
Headers
- Authorization: Basic <'DOSI 채널 ID:시크릿'을 Base64로 인코딩한 값>
- Content-Type: application/json
Request examples
curl
curl --location --request GET 'https://sdk-api.dosi.world/v1/wallets/link10w2rpfwrkv8ja9hx6plyw8qe2vy227wktgljkg/dosi-channel-linkage-status' \
--header 'Authorization: Basic xxxxxxxx' \
--header 'Content-Type: application/json'