...
Parameter | Type | Description |
replyType | string | For reply type, the report status will be returned as 'SUCCESS' if generating token is successful or 'FAILURE' if generating token is a failure. |
accessToken | string | Access token for using Sigma Report APIs. |
Sample Response
Code Block |
---|
{
"headerMap": {
"replyType": "success",
"success": "true",
"accessToken": " sample61d74837-2e77-4ede-a967-2c84b30-dws-b3b4f 7"
}
} |