/api/v1/webhooks
POST
https://api-test.spotgo.eu/api/v1/webhooks
Webhook
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-test.spotgo.eu/api/v1/webhooks' \
--header 'Content-Type: application/json; x-api-version=1.0' \
--data-raw '{
"eventType": "All",
"callbackUrl": "string",
"callbackAuth": {
"type": "None",
"basic": {
"username": "string",
"password": "string"
},
"apiKey": {
"headerName": "string",
"headerValue": "string"
},
"oauth2": {
"tokenUrl": "string",
"properties": {
"property1": "string",
"property2": "string"
}
}
}
}'
Response Response Example
200 - Example 1
{}
Request
Body Params application/json; x-api-version=1.0
Responses
Modified at 2025-05-06 05:08:57