Get device registration URI

This API returns the URL that users visit to register devices. This is the URL to which you would direct users to register their devices.

HTTP Method

GET

Request URI

/msa/v1/cps/device/registration

Example request

curl --location 'https://<EPMM or MDM host>/msa/v1/cps/device/registration' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic xxxxxEBzYW5kYm94Lm1vYmlsZWlyb24uY29tOk1pNG1hbjEx'

Example responses

Ivanti Neurons for MDM

{
    "registrationUrl": "https:<Ivanti Neurons for MDM host>/ireg/index.html"
}

Ivanti EPMM

{
    "registrationUrl": "https:<Ivanti EPMM host>/go"
}