# Get Customized Catalog Export Template

## Overview

In order to retrieve metadata for a predefined custom export template, you must:

- Be authenticated user

For information on how you can authenticate, see: [Authentication](https://developer.sellercloud.com/dev-article/authentication/)

As soon as you do authentication and receive a valid token, it needs to be passed on the call to the server.

## Endpoint

Example for such endpoint for **TT** server is [https://tt.api.sellercloud.com/rest/api/Catalog/Exports/Custom/Templates/{id}](https://tt.api.sellercloud.com/rest/api/Catalog/Exports/Custom/Templates/1)

## Request

- Method Type: **HttpGet**  
- Authorization: Use **Bearer Token** + token received from token authentication  
- Header info: **Content-Type: application/json**

## Response

- If user is authenticated then response will be **Status Code 200 => OK**.

The response model contains the template ID, template name, and a collection of the column names which will be exported when using this template.

The “Key” and “DisplayName” fields of the collection of Template Columns are needed to perform the export.
- If user is not authenticated, then response will be **Status Code 401 => Not Valid Token**  
- On server response => **Status Code 500 => Internal Server Error**
