# APIアクセス管理

Pushly API は、API へのアクセスを許可するために API トークンを使用します。

APIトークンはプラットフォームで以下の対象に対して利用できます： **ドメイン管理者** ユーザー。これらは、 **ドメイン設定** ページに移動し、 **セキュリティ** タブを選択してから、 **トークンを作成** ボタンを押します。

<figure><img src="/files/c133d35b8df00aa42646755cef925970363a91e9" alt=""><figcaption></figcaption></figure>

## 新しい API トークンの作成

から、 **セキュリティ** タブで、 **APIトークン** セクションで次をクリックします **トークンを作成** ボタンを見つけてください。 **トークンラベル** APIトークンの主な用途を表すものを入力し、その後、 **トークンを作成** ボタンを押します。

以下をクリックした後 **トークンを作成** ボタンをクリックすると、新しく生成されたトークンを含む新しいモーダルが表示されます。 **トークンをコピー** ボタンをクリックして、新しいトークンをクリップボードにコピーします。

> ⚠️ モーダルを閉じる前に、必ずトークンを保存してください。モーダルを閉じると、トークンを再度表示することはできません。

<figure><img src="/files/7e7b873e9c0fb4000dcddd50dc4ba1439b9572f9" alt=""><figcaption></figcaption></figure>

## 既存の API トークンの取り消し

既存のAPIトークンがもう使用されていない、または無効化する必要がある場合は、APIトークン一覧から **取り消し** ボタンをクリックしてください。表示される確認モーダルで、 **トークンを取り消し** ボタンをクリックして、今後の使用に対してトークンを無効化します。

<figure><img src="/files/1d6825a5f726735e882d1b4fa9addd1bcabd48c5" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.pushly.com/pushly-ja/integration-1/apiakusesu.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.
