Skip to main content
Version: 1.0.0

Digital Item Connect overview

Digital Item Connect is an API that enables users who have integrated their DOSI account to trade products of a partner service in the DOSI Brand Store. The Digital Item Connect API supports basic features, digital item feature and C2C item feature.

Connection info

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

Response model

Digital Item Connect uses HTTP status codes and API response codes to inform the request results.

Error messages

More detailed error messages for each HTTP status code are returned in the response body in the following format.

{
"responseCode": "<code>",
"errorMessage": "<message>"
}

Refer to the table below for details of responseCode.

errorMessage is included in the API result.

HTTP status codeAPI response codeDescription
400BAD_REQUESTInvalid value or invalid asset or user in the request
401NO_AUTHORITYInvalid contract ID. The given DOSI channel can't access the provided contract ID.
404NOT_FOUND_RESOURCENo resource found
412FAILED_PRECONDITIONRequested asset or user in an invalid status to perform the request
415UNSUPPORTED_MEDIA_TYPEInvalid media type. Refer to the media file upload guidelines
500INTERNAL_SERVER_ERRORUnknown error
503SERVICE_UNAVAILABLETemporarily out of service
503MAINTENANCERequests can't be handled during maintenance.