GET /v3/appnotificaciones/{topic}

Configuración webhook.

Request

Path parameters

Name Type Constraints Descripción
topic string Required
Topic buscado.

Responses

HTTP-StatusCode 200

OK

AppWebhook when Accept: application/json application/vnd.autocosmos.entry+json text/json
{
  "Callback": "https://callbacks.myapp.com/autocosmos/event",
  "Secret": null,
  "Description": "Mi callback para algo",
  "Activo": true,
  "HeaderCustom01": {
    "Name": "X-MYAPP-PRODUCER",
    "Value": "Autocosmos"
  },
  "HeaderCustom02": null,
  "HeaderCustom03": null,
  "_links": {
    "rel1": {
      "href": "/v3/appnotificaciones/somevalue"
    },
    "rel2": {
      "href": "/v3/appnotificaciones/somevalue",
      "method": "PUT"
    }
  }
}

HTTP-StatusCode 404

Webhook no disponible o nunca fué configurado.