Skip to content

Retrieve specific webhook

GET
/api/webhook-subscriptions/{webhookId}

Authorizations

Parameters

Path Parameters

webhookId
required
integer

Responses

200

Details of the requested webhook

object
id

Webhook identifier

integer
created_by
object
value

User identifier

integer
text

User name

string
color
string format: hex
username
string format: email
foto_url_absolute_path
string format: uri
created
string format: date-time
updated
string format: date-time
url
required
string format: uri
event
required
string
Allowed values: CITA_CREATED CITA_UPDATED VENTA_CREATED VENTA_UPDATED CLIENTE_CREATED CLIENTE_UPDATED PRODUCTO_CREATED PRODUCTO_UPDATED SERVICIO_CREATED SERVICIO_UPDATED
is_active
boolean
is_application_managed
boolean
managing_application
string

401

Access key was not provided in the X-Koibox-Key header

Headers

WWW-Authenticate
string
default: X-Koibox-Key

Indicates the required header for authentication

403

A valid access key was not provided

404

The resource was not found