DLT Identifier
Name
Type
Description
Example
Response Format
{
data // Object/Array, optional - when no error occurred, actual content
error: { // Object, optional - when there’s an error
status // integer, HTTP status code
messages: [ // Array (String), list of human readable error messages
]
}
}
Last updated
