/
Get an Authentication Token
Get an Authentication Token
Use this method to get a Komet Sales Authentication Token. This token is required for all the requests made via the Komet Sales API.
Ensure the location where you are storing your access token is secure and private. This authentication token is your API Key and will enable your account to make API requests linked to the account of the access token.
Related Articles
-
Setup User Options (Knowledge Base)
-
Customer Document Access Restriction (Knowledge Base)
-
Company User Roles (Knowledge Base)
-
White Label (Knowledge Base)
-
Shipping Users (Knowledge Base)
Request
URL: https://api.kometsales.com/api/login
Method: POST
Content-Type: URL Parameters
Input Parameters
username (required)(string:100)
Komet Sales username.
password (required)(string:100)
Komet Sales password.
https://api.kometsales.com/api/login?username=your_username
&password=your_password
Response
status (integer:1)
Transaction status.
Valid values: 1 = Success | 0 = Failure
message (string:500)
Transaction status description.
apiKey (string:50)
The account’s API Access Token.
{
"status": "1",
"message": "OK",
"apiKey": "4jnr8myprafeb4u5uv3ijecrhq"
}
Peacock
Related content
Integrate Komet With Other Systems
Integrate Komet With Other Systems
Read with this
Getting Started
Getting Started
More like this
Add a new Customer to Komet Sales
Add a new Customer to Komet Sales
More like this
Add a Vendor
Add a Vendor
More like this
Single Sign On (SSO)
Single Sign On (SSO)
More like this