> For the complete documentation index, see [llms.txt](https://api.esignon.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.esignon.net/jp-1/master.md).

# API説明

* esignon の API は Header-Body 形式であり
* Bodyデータ形式もプロトコルコードとversion管理のためにHeader - Body形式で提供します。
* 形式ex) Header - Body (Header - Body)
* 一部のAPIの場合はBodyの形式が異なる場合があります。 各APIの説明を参考にしてください。
* esignon APIを使用する際には企業固有のクライアントIDが必要です。
* &#x20;クライアントIDの発行は、[カスタマーサポート](https://esignon.net/jp/customer/)をご利用ください。
* 使用順序）クライアントID発行(会社問い合わせ) -認証トークン発行 -認証トークンを利用してAPIを使用
* ※Headerトークン値の入力形式を必ずお守りください。※

## 例) Header

![](/files/-M8JQ3iQWP_nbxpAVyj3)

Headerの場合、最大2つの入力値が与えられ、トークン発行APIを除くすべてのAPIは、Authorizationにトークン値を入力して要請しなければなりません。 esignon とトークン値の間はスペースを必ず開けて入力することが必要です。

## 例) Body

```jsx
{
    "header": {
        Key : "value"
    },
    "body": {
        key : "value"
    }
}
```

Bodyの場合、request時に上記のようにbodyの中にヘッダー値とbodyのkey,valueをそれぞれ作成して要請することが必要です。 中に入るkey,valueの例は各APIに明示されています。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://api.esignon.net/jp-1/master.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.
