認証トークン発行
認証トークン発行
POST
https://docs.esignon.net/api/:companyId/login
esignon APIを使用する時に必要なユーザーの認証トークン(accesstoken)を発行します。
Path Parameters
Name | Type | Description |
---|---|---|
companyId | string | 会社 ID |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/json |
Request Body
Name | Type | Description |
---|---|---|
header | object | |
header.request_code | string | 1001Q |
body | object | |
body.memb_email | string | 使用者 email |
body.memb_pwd | string | 使用者 password |
Request Body Example
Response Body Example
Response Body header.result_code
Code | Description | Reference |
00 | 成功 | 成功 |
10 | 失敗 | ログイン情報が正確ではありません。 |
12 | 失敗 | 受信メッセージのBody情報が正しくない形のため、パスできませんでした。 |
95 | 失敗 | APIを呼び出せない会社です。 管理者にお問い合わせください。 |
99 | 失敗 | Unexpected exception(誤ったフォーマット) |
Last updated