Saltar al contenido principal
GET
/
v1
/
notifications
/
webhook
/
{id}
Get one webhook notification
curl --request GET \
  --url https://api.bold-factory.com/v1/notifications/webhook/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "subscriptionId": "<string>",
  "eventId": "<string>",
  "event": {
    "eventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "eventName": "<string>",
    "entity": "<string>",
    "entityId": "<string>",
    "occurredOn": "2023-11-07T05:31:56Z",
    "majorVersion": 123,
    "minorVersion": 123,
    "payload": "<unknown>"
  },
  "endpoint": "<string>",
  "timesAttempted": 123,
  "nextAttemptAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "createdBy": "<string>",
  "lastModifiedAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

id
string
requerido

Respuesta

OK

id
string
requerido
subscriptionId
null | string
requerido
eventId
string
requerido
event
object
requerido
status
enum<string>
requerido
Opciones disponibles:
Pending,
Success,
Failure
endpoint
string
requerido
timesAttempted
integer<int32>
requerido
nextAttemptAt
null | string<date-time>
requerido
createdAt
string<date-time>
requerido
createdBy
string
requerido
lastModifiedAt
string<date-time>
requerido
lastModifiedBy
string
requerido