Obtener suscripción
Obtener la información de una suscripción activa.
GET https://api.tp.yuju.io/webhook-sub/\{id_third_party_app_webhook}
Response:
{
"is_active": true,
"id_shop": 307,
"id_third_party_app": 7,
"url": "https://sha256.badssl.com/",
"id_third_party_app_webhook": 6,
"topics": [
"new-order",
"updated-order"
],
"headers": {
"Authorization": "Bearer 12123"
}
}
Obtener Lista de suscripciones
Obtener la información de las suscripciones activas.
GET https://api.tp.yuju.io/webhook-sub
[
{
"is_active": true,
"id_shop": 307,
"id_third_party_app": 7,
"url": "https://sha256.badssl.com/",
"id_third_party_app_webhook": 6,
"topics": [
"new-order",
"updated-order"
],
"headers": {
"Authorization": "Bearer 12123",
"token": "123123"
}
},
{
"is_active": true,
"id_shop": 307,
"id_third_party_app": 7,
"url": "https://sha256.badssl.com/",
"id_third_party_app_webhook": 7,
"topics": [
"new-order"
],
"headers": {
"Authorization": "Bearer2 12123",
}
},
]
Updated 19 days ago