| Description | : Returns the primary and secondary API keys for the given Azure Search service. |
| Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listAdminKeys
{
resourceGroupName:
string
,
serviceName:
string
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
primaryKey:
string
,
secondaryKey:
string
,
}