POST
/
api
/
user
/
subscription
/
undo-cancel
Undo subscription cancellation
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/user/subscription/undo-cancel \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

The response is of type object.