Skip to main content
GET
/
api
/
v2
/
orders
/
webhooks
/
{webhookId}
cURL
curl -X GET https://morimori.app/api/v2/orders/webhooks/WEBHOOK_ID \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": {
    "id": 123,
    "name": "<string>",
    "url": "<string>",
    "secret": "<string>",
    "isActive": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API Key for external client access

Path Parameters

webhookId
integer
required

Webhook ID

Response

Success

data
object