It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

Barracuda Campus is getting an upgrade!

We are excited to announce that Barracuda Campus will migrate to a new platform around mid-January 2026. Please see the announcement on the Campus Dashboard to find out more.

Partner Re-submit Serial Activation

  • Last updated on

This API call allows the partner to re-submit a failed serial activation request for a specific provision.

Authentication is done using Oauth2 token.

Scope: PARTNERS_WRITE

Request Format

POST v2/partners/<partnerUsername>/reSubmitActivation/<productId>

Input Parameters

The following table provides the input parameters and descriptions.

Parameter

Description

partnerUsername

String, partner username.

productId

Integer, product id (from norad.bcc_products).

Output Parameters

The following table provides the output parameters and descriptions.

Parameter

Description

data

Integer, data:. Array of objects with:

id

Integer, id of the newly created activation request.

Response Example

{ {

    "data": {

        "id": 100169

    }

}

Output Data

Response status: 202 Accepted