get webhook config
GET
/api/v1/notification/webhook/{type}
Controller:
github.com/raghavyuva/nixopus-api/internal/features/notification/controller.(*NotificationController).GetWebhookConfig
Middlewares:
github.com/go-fuego/fuego.defaultLogger.middlewaregithub.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func3
Parameters
Header Parameters
Accept
Type
string
Path Parameters
type*
Type
Requiredstring
Responses
OK
JSON
{
"data": {
"created_at": "string",
"id": null,
"is_active": true,
"organization_id": null,
"type": "string",
"updated_at": "string",
"user_id": null,
"webhook_url": "string"
},
"message": "string",
"status": "string"
}