Skip to main content
POST
/
v0
/
insights
/
{insight_id}
/
dismiss
Dismiss Insight
curl --request POST \
  --url https://api.example.com/v0/insights/{insight_id}/dismiss
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

insight_id
integer
required

Response

Insight dismissed successfully

HAL-style hypermedia links for navigation and available actions.

insight
InsightData · object
required