Skip to content

Get Discovery Status

Request

Get current discovery status

Security
bearerToken
Path
tenantstringrequired
curl -i -X GET \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/provision' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Discovery status

Bodyapplication/json
activeboolean

Whether discovery mode is currently active

profileIdinteger

Profile ID used for discovery mode

expiresAtstring, (date-time)

When discovery mode expires

Response
{ "active": true, "profileId": 0, "expiresAt": "2019-08-24T14:15:22Z" }