API allows administrators to log in to a system by sending a request with their credentials and receiving a response with authentication status and a session token.
HTTP Method | Endpoint |
---|---|
post | https://api.itaxeasy.com/admin/sign-up |
Name | Type | Required | Description |
---|---|---|---|
first_name | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
last_name | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
phone | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app | |
password | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
pincode | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
Name | Type | Required | Description |
---|---|---|---|
id | Number | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app | |
first_name | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
last_name | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
phone | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
pincode | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
isAdmin | boolean | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
{
"status": true,
"results": {
"status": 200,
"message": "Registration Successfull",
"data": {
"id": 134,
"email": "Vineetka@gmail.com",
"first_name": "Vineet",
"last_name": "Sharma",
"phone": "9146732156",
"pincode": "2411122",
"isAdmin": true
},
}
}