cURL
curl --request PUT \ --url https://prod01.copilot.fabric.inc/data-subscription/v1/subscriptions/{id}/reactivate \ --header 'Authorization: Bearer <token>'
{ "responseStatus": "OK", "message": "Request processed successfully", "data": { "id": "6256610bc312410009b7390b", "status": "ACTIVE" } }
Reactivate single subscription by subscription ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription ID
"6169b2d892a5f30009d76480"
Request processed successfully
Reactivated subscription
Brief response status
"OK"
Full response message
"Request processed successfully"
Show child attributes
"6256610bc312410009b7390b"
Subscription status
"ACTIVE"
Was this page helpful?