メインコンテンツへスキップ
POST
/
poweredby
/
dataExplorer
Generate Data Explorer URL
curl --request POST \
  --url https://cloud.cdata.com/api/poweredby/dataExplorer \
  --header 'Authorization: Bearer <token>'
{
  "redirectURL": "https://cloud.cdata.com/oem/user/dataexplorer?token=eyJhbGciOiJSUzI1NiIs...truncated..."
}

承認

Authorization
string
header
必須

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.

レスポンス

200 - application/json

A string containing the URL to redirect the user to.

redirectURL
string
必須

A string containing the CData-hosted connection URL to redirect the user to.