Support Response
API Documentation for the BugSplat Support Response Endpoints
Last updated
Was this helpful?
API Documentation for the BugSplat Support Response Endpoints
Last updated
Was this helpful?
Get or set the contents of the end-user that is loaded by the BugSplat and SDKs.
GET
https://app.bugsplat.com/api/techsupport/message
Returns the subject and raw markdown body contents for a Support Response page that has been configured for a specified stackKeyId and appKey.
appKey
string
An appKey used to display a targeted version of the Support Response page. This is useful for displaying localized Support Response pages.
stackKeyId*
number
The Crash Group (Stack Key) ID of the specified crash
database
string
BugSplat database containing the specified crash
POST
https://app.bugsplat.com/api/techsupport/message
Create a new Support Response page for a specified stackKeyId and appKey.
content*
string
Markdown contents of the Support Response page's body.
subject*
string
The subject line to be displayed to an end-user.
appKey
string
An appKey used to display a targeted version of the Support Response page. This is useful for displaying localized Support Response pages.
stackKeyId*
number
The Crash Group (Stack Key) ID of the specified crash
database
string
BugSplat database containing the specified crash
PUT
https://app.bugsplat.com/api/techsupport/message
Update a Support Response page for a specified stackKeyId and appKey.
content*
string
Markdown contents of the Support Response page's body.
subject*
string
The subject line to be displayed to an end-user.
appKey
string
An appKey used to display a targeted version of the Support Response page. This is useful for displaying localized Support Response pages.
stackKeyId*
number
The Crash Group (Stack Key) ID of the specified crash
database
string
BugSplat database containing the specified crash
DELETE
https://app.bugsplat.com/api/techsupport/message
Delete a Support Response page for a specified stackKeyId and appKey.
appKey
string
An appKey used to display a targeted version of the Support Response page. This is useful for displaying localized Support Response pages.
stackKeyId*
number
The Crash Group (Stack Key) ID of the specified crash
database
string
BugSplat database containing the specified crash