Webhooks
Incoming webhook endpoints for third-party integrations.
Successfully created user based on the Authorization header, and Firebase data.
No content
POST /apis/v2/webhooks/users/current HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Successfully created user based on the Authorization header, and Firebase data.
No content
Successfully updated a replay status.
No content
POST /apis/v2/webhooks/replays/on-premise/status HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 161
{
"clipId": "text",
"success": true,
"cameraId": "text",
"url": "text",
"hlsUrl": "text",
"thumbnailSmallUrl": "text",
"thumbnailMediumUrl": "text",
"thumbnailLargeUrl": "text"
}Successfully updated a replay status.
No content
Succesfully cleaned up replays.
No content
POST /apis/v2/webhooks/replays/on-premise/cleanup HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"success": true,
"id": "text",
"errors": [
"text"
]
}Succesfully cleaned up replays.
No content
Successfully processed the Stripe request.
No content
POST /apis/v2/webhooks/stripe HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
stripe-signature: text
Accept: */*
Successfully processed the Stripe request.
No content
Successfully processed the Stripe request.
No content
POST /apis/v2/webhooks/stripe/connect HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
stripe-signature: text
Accept: */*
Successfully processed the Stripe request.
No content
Successfully processed the notifications request.
No content
The provided request body could not be processed.
The provided information could not be processed, errors will be listed as part of the response.
POST /apis/v2/webhooks/discourse/notifications HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"data": "text",
"aesKey": "text",
"aesIv": "text"
}No content
Last updated
Was this helpful?

