Skip to content
--- aside: false outline: false ---

Get a webhook request

GET
/clients/{clientId}/webhook-requests/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"
id*
Type
string
Required
Pattern
"^api_wh_req_"

Responses

Webhook request object

application/json
JSON
{
  
"id": "string",
  
"createdAt": "string",
  
"updatedAt": "string",
  
"client": "string",
  
"completedAt": "string",
  
"event": "string",
  
"failedAt": "string",
  
"failedDetails": null,
  
"payload": null,
  
"status": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI