Skip to main content
POST
Creada

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Webhook Payload

type
enum<string>

El tipo de webhook

Available options:
tabs.tab.created
Allowed value: "tabs.tab.created"
data
object
websiteId
string

El ID de la marca

storeId
string

El ID del local si es que corresponde

date
string<date-time>

La fecha en que se generó el evento

Example:

"2020-01-01T00:00:00.000Z"

eventId
string

El ID del evento

Response

200

OK