Infoworks Rest API V3
Get `authentication_token` with `username` and `password`.
Get authentication_token with username and password.
Authentication success response
Request has invalid body or parameters.
Forbidden. User lacks access to specified resource.
Authentication Failed response
Internal Server Error.
Get `authentication_token` with `refresh_token`.
Get authentication_token with refresh_token.
Authentication success response
Request has invalid body or parameters.
Forbidden. User lacks access to specified resource.
Authentication Failed response
Internal Server Error.
Purge authentication token
Purges authentication token and logs out the user. The user will need to generate a new authentication token for subsequent API calls.
ok
Request has invalid body or parameters.
Forbidden. User lacks access to specified resource.
Internal Server Error.
Validate `authentication_token` if its active or not.
Validate authentication_token if its active or not.
Valid Token Response
Request has invalid body or parameters.
Forbidden. User lacks access to specified resource.
Internal Server Error.