All the REST API requests use the following base URL format:
https://host:port/api/version
where:
- <host>: is the public IPv4 address or DNS hostname of the machine where the application (Unifyia Platform) is installed.
- <port>: is the REST API port number set during the installation of the application. The default port number is 8080.
- <version>: is the API version. The current version is v1.
Endpoint URL
To access an API endpoint, request the base URL followed by a resource collection endpoint.
https://<host>/<base path>
Base Path: usermanagement/api/v1/organizations/{organizationName}
https://unifyia.tech:8080/api/v1/organizations/{organizationName}/device-profiles
OR
https://182.168.10.0:10008/api/v1/organizations/{organizationName}/device-profiles