post https://api.send2print.net/version_test/authenticate
Authenticate Users
This POST call to our End Point will Authenticate your access and to perform further operations.
This post call to authenticate the user requires API Key. Please contact your Send2Print account manager for API Key. This Key to be passed over the header with "x-api-key".
Sample JSON Body
Parameters:
Header
- x-api-key - Identifier,
Body
- user_id - Is your registered work email address
- password - Is your password to your send2print account
{
"user_id": "[email protected]",
"password":"password"
}