sayren Docs
웹훅

웹훅 구독 상세

GET
/v1/webhooks/{webhookId}
AuthorizationBearer <token>

userToken(계정 스코프) 또는 storeToken(스토어 스코프)

In: header

Path Parameters

webhookId*string

Response Body

application/json

curl -X GET "https://example.com/v1/webhooks/string"
{  "meta": {    "status": 200,    "code": "OK",    "message": "OK",    "isSuccess": true  },  "data": {    "webhookId": "string",    "url": "http://example.com",    "eventTypes": [      "ORDER.PAID"    ],    "status": "ACTIVE",    "secretPrefix": "string",    "suspendedAt": "string",    "createdAt": "string"  },  "error": null}