FR-RP-05
API access and developer guidance
This route establishes the API surface promised in the PRD: masked key display, regenerate action, documentation links, and code examples.
API key display
vh_live_************************4kc
Example code
Curl, PHP, and Python examples become live once the partner API is formalised.
curl -H "Authorization: Bearer vh_live_xxx" https://portal.visiblehost.co.za/api/v1/clients
$client = new VisibleHostClient('vh_live_xxx');
import requests