ScanopyScanopy
Organizations

POST
/api/v1/organizations/daemon-prompt-response

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request recording the user's response to the "Start Discovering Your Network" prompt.

Response Body

application/json

curl -X POST "https://example.com/api/v1/organizations/daemon-prompt-response" \  -H "Content-Type: application/json" \  -d '{    "action": "dismissed"  }'
{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.13"
  },
  "success": true,
  "data": null,
  "error": "string"
}