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 <token>'

Example responses

Ivanti Neurons for MDM

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

Ivanti EPMM

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