Login

Sign in to the FactoryTalk Historian system and get the authorization token.

Input Parameter

Item
Description
Request
POST
URL Parameter
None
Request Header
None
Request Body
  • FTUser
    : String (required). The FactoryTalk username, which must be a Windows-linked user.
  • Password
    : String (required). The password that corresponds to the username.
Status Code
  • 200
    : The request succeeded.
  • 400
    : Bad request.
  • 401
    : Unauthorized.
  • 500
    : Internal server error.

Sample

Request Body
{ "FTUser": "Windows-linkedUser001", "Password": "YOURPASSWORD" }
Response Body
{ "Result": "eyJhbGciOiJIUzI1N…", "Success": true, "ErrorMessage": "" }
TIP:
Authentication: Bearer Token string (required).
To enhance the performance of Historian WebAPI, we recommend that you sign in using a full username, such as
<Domain Name>
\User001 or
<Historian WebAPI Server Name>
\User001.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal