Submit a mobile-app crash or error report.
Input
Encoding
application/jsonappVersion
string
Optional
No description available.
maxLength: 64 bytesdid
stringdid
Optional
A decentralized identifier (DID).
fatal
boolean
Optional
No description available.
message
string
Required
No description available.
maxLength: 2000 bytesosVersion
string
Optional
No description available.
maxLength: 64 bytesplatform
string
Optional
No description available.
maxLength: 16 bytesroute
string
Optional
No description available.
maxLength: 256 bytesstack
string
Optional
No description available.
maxLength: 8000 bytesOutput
Encoding
application/jsonfingerprint
string
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"message"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"fatal": {
"type": "boolean"
},
"route": {
"type": "string",
"maxLength": 256
},
"stack": {
"type": "string",
"maxLength": 8000
},
"message": {
"type": "string",
"maxLength": 2000
},
"platform": {
"type": "string",
"maxLength": 16
},
"osVersion": {
"type": "string",
"maxLength": 64
},
"appVersion": {
"type": "string",
"maxLength": 64
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"fingerprint"
],
"properties": {
"fingerprint": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"description": "Submit a mobile-app crash or error report."
}