Abrufen von Standortdaten nach Account-ID und Standort-ID
Dieses Beispiel zeigt, wie man den physischen Standort des Kontos mit Hilfe des account_id und location_id.
Ersetzen Sie den folgenden Platzhalterwert im Beispielcode:
| Schlüssel | Beschreibung |
|---|---|
bearer_token | Ihr OAuth-Token. Lesen Sie mehr über OAuth-Tokens |
account_id | Die Account-ID für Vonage Business Communications. |
location_id | Der Standort Id. |
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/provisioning/v1/api/accounts/$account_id/locations/$location_id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token' \