Control Center Endpoint API Reference

When you have completed your setup, you can begin using any REST supported editor to create and send Control Center API calls.

Use the following API Reference to guide your SuiteApp management workflow.

Method

Description

URI

Parameters

Request Body

GET

Use this method to retrieve the install base of a single SuiteApp.

GET /services/rest/suiteappcontrolcenter/v1/suiteapp/<applicationId>/installation

  • applicationId (required) - The SuiteApp ID.

  • authorization (required) - The authentication header. This value should be Bearer {TOKEN}.

NA

POST

Use this method to create a new SuiteApp version. This method requires you to define the SuiteApp ZIP archive, Minimal Required NetSuite Version, and phase.

POST /services/rest/suiteappcontrolcenter/v1/suiteapp/<applicationId>/version

  • applicationId (required) - The SuiteApp ID.

  • authorization (required) - The authentication header. This value should be Bearer {TOKEN}.

  • nsVersion (string) - Minimal Required NetSuite Version.

  • phase (string) - LEADING or LAGGING.

  • file (string) - SuiteApp ZIP archive.

Important:

These three parameters should be formatted as form-data media type, Content-Type: multipart/form-data

Related Topics:

General Notices