Home / API Documentation

Post Request to Get Authentication Token

Method: POST api/v1/Token/PostAuthenticationToken

Response Format:

application/json

Required Parameters Description Additional information
Username
No documentation available.

Define this parameter in the request body.

Password
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "Username": "sample string 1",
  "Password": "sample string 2"
};