WebhooksRequestsId
/Webhooks/requests/{id}
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
curl -X GET "https://api.speaknode.com/api/Webhooks/requests/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "string",
"status": "Started",
"failed": true,
"error": "string",
"response_status": 0,
"body": "string",
"created_at": "2019-08-24T14:15:22Z"
}