Method: Authentication
Authenticate's the use of the Insystech DLP cloud service
Description
APIKey based authentication. This method authenticates the use of the Insystech DLP cloud service.
Your APIKey is emailed to you after subscribing to the Insystech DLP service. If you have not yet subscribed please do that first and sign up here for a 30 day trial.
HTTP request
POST https://dlp.rpa.insystechinc.com/api/authentication
Request body
The request body contains data with the following structure:
Fields
Description
APIKey
string
Configuration for specifying the APIKey belonging to the subscriber
secret
string
Configuration for specifying the secret belonging to the subscriber (i.e. password)
Response body
If successful, the response contains the JSON Web Token (JWT) token. This token must be included for all API service calls and contains information that can be verified and trusted because it is digitally signed.
API calls expect the token
as part of the HTTP Request Headers, if the token is expired or invalid, access is denied to the web service.
Fields
Description
message
string
Contains additional information and error messaging
token
string
JWT token containing information about the user authorized to use the Insystech DLP service.
Last updated