Method: Authentication
Authenticate's the use of the Insystech DLP cloud service
Last updated
Authenticate's the use of the Insystech DLP cloud service
Last updated
APIKey based authentication. This method authenticates the use of the Insystech DLP cloud service.
POST https://dlp.rpa.insystechinc.com/api/authentication
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)
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.