Unexpire Product

Description

Unexpire specified WebRTC Product. Only administrators has access to this function.

Request

POST /v1/webrtc/products/:productId/unexpire

Response

Successful response contains the following JSON formated body:

{
   
}

Response Status codes:

  • 200 on success

Request headers

This request must have the following headers:

  • Authorization: bearer <ApiKey>
  • X-Nabto-Organization: <organizationId>

Example

Request

curl -XPOST "https://api.cloud.nabto.com/v1/webrtc/products/:productId/unexpire" \
  -H "Authorization: Bearer <ApiKey>" \
  -H "X-Nabto-Organization: <OrganizationId>"

Response

{
   
}