Authentication
The License Hub Platform API supports the following methods to authenticate requests. Individual operations in the documentation will include their specific authentication types.
enterprise_admin
Supported on SSP Installer, License Hub, and SSP instance types.
Provide the username and password in the Authorization header using the Basic scheme (RFC 1945). The credentials must be a base64-encoded string of username:password.
Sample curl commands:
curl -H "Authorization: Basic <base64_auth_params>" https://api.example.comcurl -u "username:password" https://api.example.com
auditor
Supported on SSP Installer, License Hub, and SSP instance types.
Provide the username and password in the Authorization header using the Basic scheme (RFC 1945). The credentials must be a base64-encoded string of username:password.
Sample curl commands:
curl -H "Authorization: Basic <base64_auth_params>" https://api.example.comcurl -u "username:password" https://api.example.com
security_engineer
Supported on SSP instance type only.
Provide the username and password in the Authorization header using the Basic scheme (RFC 1945). The credentials must be a base64-encoded string of username:password.
Sample curl commands:
curl -H "Authorization: Basic <base64_auth_params>" https://api.example.comcurl -u "username:password" https://api.example.com
security_op
Supported on SSP instance type only.
Provide the username and password in the Authorization header using the Basic scheme (RFC 1945). The credentials must be a base64-encoded string of username:password.
Sample curl commands:
curl -H "Authorization: Basic <base64_auth_params>" https://api.example.comcurl -u "username:password" https://api.example.com
support_bundle_collector
Supported on SSP Installer, License Hub, and SSP instance types.
Provide the username and password in the Authorization header using the Basic scheme (RFC 1945). The credentials must be a base64-encoded string of username:password.
Sample curl commands:
curl -H "Authorization: Basic <base64_auth_params>" https://api.example.comcurl -u "username:password" https://api.example.com
license_admin
Supported on License Hub instance type only. Allowed for user with license admin role
license_auditor
Supported on License Hub instance type only. Allowed for user with license auditor role