API-Dokumentation
Automatisieren Sie die IP-Rotation Ihrer 4G/5G-Mobilfunk-Proxys per REST-API.
Direct Answer / API Summary
Automatisieren Sie die IP-Rotation Ihrer 4G/5G-Mobilfunk-Proxys per REST-API. Use the Proxym REST API with your Bearer API token to programmatically trigger 4G/5G mobile IP rotations in under 3 seconds with zero connection drops.
Authentifizierung
Alle API-Endpunkte erfordern einen gültigen Bearer-Token im Authorization-Header.
Authorization: Bearer ps_live_xxxxxxxxx
IP-Rotation (Mobilfunkzellen-Neustart)
POSTErzwingt einen schnellen Flugmodus-Wechsel Ihres dedizierten 5G-Modems, um innerhalb von 3-8 Sekunden eine frische IP-Adresse zu erhalten.
URL-Parameter
| Parameter | Typ | Beschreibung |
|---|---|---|
| assignment_id | String (UUID) | Die eindeutige ID Ihrer Proxy-Zuweisung. |
cURL-Beispiel
curl -X POST https://api.proxym.io/v1/proxies/550e8400-e29b-41d4-a716-446655440000/rotate \
-H "Authorization: Bearer ps_live_abc123..." \
-H "Content-Type: application/json"Antwort (200 OK)
{
"success": true,
"message": "IP rotated successfully. It may take up to 10 seconds to stabilize."
}