curl --location --request GET 'https://api.synap.ac/v3/webhook-subscriptions/'
{
"data": {
"id": "FID001",
"type": "WebhookSubscription",
"attributes": {
"eventName": "assignment.complete",
"targetUrl": "string",
"basicAuth": {
"username": "string",
"password": "string"
},
"active": true
},
"relationships": {}
}
}