Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Admin APIs: Managed tables

Information about APIs that interact with managed tables

Use Admin API keys to interact with the ServiceNow CPQ APIs for managed tables. Bulk-level permissions are necessary for your admin API key to authenticate calls related to managed tables. For more information on these APIs, see the full API documentation:

ServiceNow CPQ API documentation

The following Postman collection demonstrates how to retrieve and manipulate table metadata and data using the deprecated JWT authorization noted below:

Postman Collection managed tables APIs

The following operations are demonstrated in this collection:

  • Retrieving a list of all tables defined in an environment
  • Manipulating table metadata (schema)
    • Retrieving table metadata
    • Uploading table metadata
    • Adding table metadata
    • Deleting table metadata
  • Manipulating table data
    • Retrieving table data
    • Adding a table data row
    • Updating a table data row
    • Deleting a table data row
    • Uploading table data via CSV
    • Exporting table data to CSV
    • Getting the status of an export job
    • Replacing a table

All calls use JWT authorization. The bearer token is stored in the global variable {{logik_admin_BearerToken}}. For instructions for generating JWT, see:

Admin APIs: Authentication using a Salesforce-connected app