### Retrieve Midtrans API Access Keys Source: https://docs.midtrans.com/docs/midtrans-account/index This section explains how to obtain your unique Client Key and Server Key from the Midtrans Administration Portal (MAP). The Client Key is for frontend use, while the Server Key must be kept confidential for backend operations. ```General 1. Login to your MAP account. 2. On the _Dashboard_ , go to **Settings > Access Keys**. _Access Keys_ page is displayed. > ## 📘 > Note > * `Client Key`: Used as API key to be used for authorization on **frontend** API request/configuration. So it safe to put in your HTML / client code publicly. > * `Server Key`: Used as API key to be used for authorization while calling Midtrans API from **backend**. So **keep it confidential**. > > ## ❗️ > Access Keys are unique for every merchant. **Always keep Server Key confidential**. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.