Basics - Other
This is a collection of additional endpoints that are helpful when using DOSI SDK.
Connection info
Development environment | DOSI SDK base URI |
---|---|
Production | https://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
Request
Response
Path
Name | Type | Description |
---|---|---|
walletAddress | string | User wallet address |
Query
None
Body
None
Headers
- Authorization: Basic <Base64-encoded 'DOSI channel ID:secret>
- 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'