---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# Admin APIs: Managed tables

# Admin APIs: Managed tables {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Legacy information about APIs that interact with managed tables

We highly recommend leveraging [Admin API keys](https://servicenow-prod.fluidtopics.net/~K9nCCkk5Pb4h_IrY6yK1A "You can use admin API calls to access Admin functionality without using the Admin UI interface and a browser.") to interact with the 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:

[CPQ API documentation](https://api-docs.logik.io/#introduction)

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

[Postman Collection_Logik managed tables APIs](https://drive.google.com/file/d/1V4c1SbBsIDwlJ0bZ7UPF2tO1-_R2Xegk/view?usp=share_link)

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
  {#admin_apis_managed_tables__ul_shw_4gx_2hc}
* 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
  {#admin_apis_managed_tables__ul_dtg_rgx_2hc}

{#admin_apis_managed_tables__ul_ldw_mgx_2hc}

All calls leverage 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](https://servicenow-prod.fluidtopics.net/qVra4ZpNI2LwQtTRXT89Gg "We recommend that you use admin API keys to authenticate admin API calls. An older method is documented here.")

