如何快速接入RapidX Pro API白名单?

摘要:# RapidX Pro Endpoint 使用说明 > RapidX Pro API 白名单接入指南 ## 一、Pro API 列表 | 类型 | 地址 | | | | | **REST API** | https:
# RapidX Pro Endpoint 使用说明 > RapidX Pro API 白名单接入指南 --- ## 一、Pro API 列表 | 类型 | 地址 | |------|------| | **REST API** | https://api-pro.example.com | | **Websocket** | wss://wss-pro.example.com | --- ## 二、使用限制 Pro API **仅对白名单客户开放**。 --- ## 三、申请流程 通过内部系统提交申请: ``` RapidX Pro Endpoint IP 白名单申请 ``` **申请信息**: - 客户名称 - 客户 IP 地址 - 申请原因 - 使用场景 --- ## 四、接入后验证 ```bash # 测试 REST API curl https://api-pro.example.com/api/v1/time # 测试 Websocket wscat -c wss://wss-pro.example.com ```