Can anyone explain why the BYOC edge node registration is returning a 403 Forbidden error despite valid credentials?
Background
- Environment: Genesys Cloud EU1, ServiceNow London instance.
- Component: BYOC Edge Node v2.4.1.
- Context: Attempting to register a new edge node for digital channel traffic offload.
Issue
The POST /api/v2/bypasstranscription/edges endpoint returns a 403 status. The payload includes the correct client_id and client_secret derived from the Admin > System > BYOC settings. The edge node certificate matches the CA bundle uploaded to Genesys Cloud.
Troubleshooting
- Verified network connectivity to
byoc-edge.eu1.genesys.cloudon port 443. - Checked ServiceNow integration logs; no upstream dependency failures.
- Confirmed the edge node timestamp is synchronized via NTP (drift < 1s).
- Re-generated API credentials in Genesys Cloud Admin.