Customer Login (Client Login)
For using Signzy APIs you have to first log in to Signzy System which is a simple Rest API(HTTPS) call with JSON parameters as username and password. The following section mentions the data to be input, the expected output, and the meaning of fields in JSON.
Preproduction:
Production:
Key | Data Type | Required/Optional | Description |
Header | | | |
Content-Type | String | Required | application/json |
Body | | | |
username | String | Required | Username of the created customer |
password | String | Required | The corresponding password of the username is to be used for successful login. |
A successful API request generates an HTTP 200 response. The response to a request where the output format was specified as JSON, is a JSON array with a response status. To get the authentication token, look at the following response having the parameter “id”. The userId is the Customer ID.
Key | Data type | Description |
id | String | This is your access token to be passed into other endpoints as an Authorization header |
ttl | String | **Time to live**for your token, which means for how much time this token will be valid from the time of the creation |
created | String | Time and date of creation of the application |
userId | String | The ID of the user |
Getting help
Please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better.
You can reach out to us at [email protected].