- Docs
- Api%2Freference%2Fsupport%2FGetSupportMessage
Retrieve a specific support message
Fetch the details of a specific support by providing its unique ID.
AuthorizationBearer <token>
In: header
Path Parameters
messageId*string
Unique identifier of the message
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/support/string"{
"id": "string",
"wallet_id": "string",
"content": "string",
"assets": [
{
"id": "string",
"name": "string",
"type": "string",
"url": "string",
"hash": "string",
"is_public": true,
"when_created": "2019-08-24T14:15:22Z"
}
],
"when_modified": "2019-08-24T14:15:22Z",
"when_created": "2019-08-24T14:15:22Z"
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}