Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params application/json
Request Code Samples
curl --location '/api/v3/getAsset' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string"
}'
Responses
application/json
{
"ResponseMetadata": {
"RequestId": "string",
"Action": "string",
"Version": "string",
"Service": "string",
"Region": "string"
},
"Result": {
"Id": "string",
"Name": "string",
"URL": "string",
"AssetType": "string",
"GroupId": "string",
"Status": "string",
"CreateTime": "string",
"UpdateTime": "string",
"Error": {
"Code": "string",
"Message": "string"
}
}
}
Modified at 2026-07-15 15:01:15