# 3. 연동정보 확인하기

{% hint style="warning" %}
**Deprecated**

이 문서는 더 이상 관리되지 않습니다.

[PortOne 개발자센터](https://developers.portone.io/)를 이용해주세요.
{% endhint %}

결제창 연동 및 API 호출 시 필요한 연동정보를 확인할 수 있습니다.

1. [**포트원 관리자콘솔**](https://admin.portone.io) 로그인 -> **상점 계정관리** -> **내 식별코드 API Keys** 선택
2. **가맹점 식별코드/REST API Key/ REST API Secret** 확인

{% hint style="danger" %}
해당 정보는 **결제내역을 컨트롤** 할수 있는 **민감 정보**이기 때문에 외부로 유출되지 않도록

유의하시기 바랍니다.
{% endhint %}

![상점 계정관리 -> 내 식별코드 API Keys 선택](/files/CwE4GwxAJQzDzUlFIqBW)

![가맹점 식별코드/REST API Key/ REST API Secret 확인](/files/ug6fwimFVIPGIYivIxwR)

{% tabs %}
{% tab title="가맹점 식별코드" %}

* 포트원에서 관리자 콘솔 **계정당 고유하게 부여되는 값** 입니다.
* 결제창 호출시 **객체 초기화**에 사용하는 고유코드 입니다.
* **기술문의** 시 해당 코드값을 공유해주시면 빠르게 문제 해결을 도와 드릴수 있습니다.
  {% endtab %}

{% tab title="REST API 키" %}

* API 호출시 **Access Token** 발급을 위해 필요한 필수 값입니다.
* 해당 값은 **외부로 유출되지 않도록 각별히 유의**하셔야 합니다.
  {% endtab %}

{% tab title="REST API secret" %}

* API 호출시 **Access Token** 발급을 위해 필요한 필수 값입니다.
* 해당 값은 재 발급이 가능하며 주기적으로 재 발급을 통해 보안을 높일 수 있습니다.
* 해당 값은 **외부로 유출되지 않도록 각별히 유의**하셔야 합니다.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://portone.gitbook.io/docs/ready/3..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
