Skip to main content
GET
/
service
/
{tenant_name}
/
l2
/
azure_service_key
discover the azure secret key
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/l2/azure_service_key \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Query Parameters

service_key
string
required

Response

Successful Response