Skip to main content
POST
/
api
/
sdk
/
troubleshoot
Troubleshoot Error
curl --request POST \
  --url https://api.simmer.markets/api/sdk/troubleshoot \
  --header 'Content-Type: application/json' \
  --data '
{
  "error_text": "<string>",
  "message": "<string>",
  "conversation": [
    {}
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
error_text
string | null
message
string | null
conversation
Conversation · object[] | null

Response

Successful Response