cURL
curl --request GET \ --url https://api.fyatu.com/api/v3/webhooks \ --header 'Authorization: Bearer <token>'
{ "success": true, "status": 200, "message": "Webhook configuration retrieved", "data": { "webhookUrl": "https://example.com/webhooks/fyatu", "hasWebhookSecret": true, "isConfigured": true }, "meta": { "requestId": "req_abc123xyz789", "timestamp": "2026-01-15T10:30:00+00:00" } }
Retrieve your app’s current webhook configuration
curl -X GET https://api.fyatu.com/api/v3/webhooks \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Show properties
JWT access token obtained from /auth/token
Webhook configuration retrieved successfully
true
200
Show child attributes