issue authentication token
Last updated
Last updated
POST
https://docs.esignon.net/api/:companyId/login
When using eSignon API, an authentication token is absolutely required. This API issues the required user's authentication token.( accesstoken )
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
companyId
string
Company ID
Content-Type
string
application/json
header
object
header.request_code
string
1001Q
body
object
body.memb_email
string
User email
body.memb_pwd
string
User password
Code
Description
Reference
00
success
success
10
Fail
Your login information is incorrect.
12
Fail
Parsing failed because the body information of the received message is incorrect.
95
Fail
The company is unable to call the API. Please contact the customer center.
99
Fail
Unexpected exception (incorrect format)