# Channels How to access on Fynd Logistics Logistics panel → Settings → Channels Channels is where you create and manage API clients for Fynd Logistics. Each client represents an integration that can authenticate against the Logistics API using a unique **Client ID** and **Client Secret**. The credentials provides the authentication values required by the Logistics API. Use these credentials with the [Generate Access Token API](/logistics/apis/logistics/paths/~1external~1api~1v1~1company~1%7Bcompany_id%7D~1token/post) to obtain a Bearer token. Use Channels when you need to connect an ERP, WMS, custom application, or partner system to Fynd Logistics without sharing a single set of credentials across every integration. ## Channels Listing The Channels page lists all API clients configured for your company. From this page you can: 1. Create a new API client. 2. Open an existing client to view its details and credentials. ## Client Details Select a client from the list to open its details page. The client header shows: | Detail | Description | | --- | --- | | Client name | Display name of the API client | | Created on | Date and time when the client was created | | Status | Whether the client is currently enabled or disabled. Use the toggle on the client details page to control access. | ## Security Guidelines - Treat the Client Secret as a password. Do not share it in chat, email, or public repositories. - Prefer one client per integration so you can disable a single system without affecting others. - Copy credentials only when configuring a trusted system, and store them in a secure secrets manager. - If a secret may have been exposed, disable the client immediately and create a replacement client for the integration.