Authentication Resources
Synopsis
The authentication API is used to manage HMP user sessions. Authorization for REST API resources is handled through session cookies.
- To get a session cookie, execute an Initiate User Session command with your credentials.
- To terminate the session, execute a Delete a User Session command.
You can check if a session exists or is valid with a Get User Session Info command.
Authentication Parameters
Property | JSON Type | Property Type | Description |
---|---|---|---|
| string | Required | User name for HMP. |
| string | Required | Password for HMP. |