# V2 API 시작하기

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

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

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

{% hint style="danger" %}
V2 API 사용 시 필요한 Key는 관리자콘솔의 REST API Key와 다르며,\
기술지원 이메일을 통한 요청 시 직접 발급을 진행해드리고 있습니다.

V2 API Key 요청 또는 추가적으로 궁금하신 사항은 아래 이메일로 문의주시기 바랍니다.

* V2 기술지원 이메일: <tech.support@portone.io>
  {% endhint %}


---

# 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/api-v2/v2-api.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.
