Base URL: https://<YOUR_SGBOX_IP>:4000/api/
Headers
All API requests must include the following headers for authentication and routing:
| Header | Description | Mandatory |
|---|---|---|
APIKEY | The API Key for authorization. It can be generated into SCM→Advanced Options. In multitenant environments, you must use the API key of the sgbox tenant (master) | Yes |
username | The username | Yes |
password or passwordenc | The user’s password or MD5 password | Yes |
tenant | The specific tenant context, in multitenant environments. When tenant is present, username and password refers to the specified tenant | No |