跳转到主要内容
GET
/
customer
/
v1
/
licenses
/
{license}
Retrieve a Single License (v1)
curl --request GET \
  --url https://orbitflare.com/api/customer/v1/licenses/{license} \
  --header 'X-ORBIT-KEY: <api-key>'
{
  "error": false,
  "license": {
    "license_key": "<string>",
    "issued_date": "2023-11-07T05:31:56Z",
    "renewal_date": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "allowed_locations": [
      {
        "id": 123,
        "name": "<string>",
        "urls": [
          "<string>"
        ]
      }
    ],
    "product_name": "<string>"
  },
  "message": "<string>"
}
已弃用。 此接口属于 Customer API v1。请使用 Customer API v2 替代。

授权

X-ORBIT-KEY
string
header
必填

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

路径参数

license
string
必填

The license key or license identifier.

响应

License retrieved successfully.

error
boolean
默认值:false
license
object
message
string