---
title: "Referencetablelist"
method: GET
path: "/api/mdm/reference_table_list"
tags: ["MDM"]
---

# Referencetablelist

`GET /api/mdm/reference_table_list`

**Function**: `ReferenceTableList`
**Type**: API Endpoint (GET)

**Purpose**:  
Returns a list of tables in the customer database.

**URL**:  
`GET /api/mdm/reference_table_list`

**Parameters**:
- `customer_key` (Header, required): A base64 encoded string containing `lscode` and `firmcode` for the customer.

**Request Body**: None

**Response**:
A JSON object containing an array of table objects, each with a `name` property.

**Status Codes**:
- 200: Success
- 400: Invalid `customer_key`
- 500: Internal Server Error

## Headers

- `customer-key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi.md) · [All operations](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leapsurgebi/leapsurgeapi/revisions/5a6b1464bfeb/schema)
