Skip to main content
Version: 1.4.0

Basics - Other

This is a collection of additional endpoints that are helpful when using DOSI SDK.

Connection info

Development environmentDOSI SDK base URI
Productionhttps://sdk-api.dosi.world

Get user linkage status

Check the linkage status between the DOSI user account and the partner's DOSI channel. For user status, refer to User linkage status validation.

GET {DOSI SDK base URI}/v1/wallets/{walletAddress}/dosi-channel-linkage-status

Path

Name
TypeDescription
walletAddressstring

User wallet address

Query

None

Body

None

Headers
  • Authorization: Basic <Base64-encoded 'DOSI channel ID:secret>
  • Content-Type: application/json

Request examples

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'