Ana içeriğe atla
GET
/
customer
/
v1
/
licenses
/
{license}
/
locations
Get Allowed Locations for a License (v1)
curl --request GET \
  --url https://orbitflare.com/api/customer/v1/licenses/{license}/locations \
  --header 'X-ORBIT-KEY: <api-key>'
{
  "error": false,
  "locations": [
    {
      "id": 123,
      "name": "<string>"
    }
  ],
  "message": "<string>"
}
Kullanımdan Kaldırıldı. Bu uç nokta Müşteri API v1’in bir parçasıdır. Bunun yerine Müşteri API v2 kullanın.

Yetkilendirmeler

X-ORBIT-KEY
string
header
gerekli

API key for v1 and v2 (when not using Bearer token)

Yol Parametreleri

license
string
gerekli

The license identifier.

Yanıt

Locations retrieved successfully.

error
boolean
varsayılan:false
locations
object[]
message
string