All Products
Search
Document Center

Application Real-Time Monitoring Service:GetTimingSyntheticTask

Last Updated:Nov 05, 2024

Obtains the details of a synthetic monitoring task.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
arms:GetTimingSyntheticTaskget
  • SyntheticTask
    acs:arms:{#regionId}:{#accountId}:synthetictask/{#TaskId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The region ID.

cn-hangzhou
TaskIdstringNo

The ID of the synthetic monitoring task.

856566a9cb2a4cafa05aa95ed0ec8f21

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

E13430A6-57A9-56E9-9D8D-28FE8DEBCA40
Codelong

The status code returned. The status code 200 indicates that the request was successful.

200
Messagestring

The message returned.

success
Dataobject

The returned struct.

TaskIdstring

The ID of the synthetic monitoring task.

5308a2691f59422c8c3b7aeccec9cd3b
RegionIdstring

The region ID.

cn-hangzhou
Namestring

The name of the task.

AlibabaCloud DNS Task
TaskTypeinteger

The type of the task. Valid values:

ICMP TCP DNS HTTP Website speed measurement File download

5
MonitorConfobject

The monitoring configurations.

NetICMPobject

The ICMP synthetic test parameters. This parameter is required if the TaskType parameter is set to 1.

TargetUrlstring

The destination host IP address or domain name

www.aliyun.com
Intervalinteger

The interval at which ICMP packets are sent. Unit: milliseconds. Minimum value: 200. Maximum value: 2000. Default value: 200.

200
PackageNuminteger

The number of ICMP packets that are sent. Minimum value: 1. Maximum value: 50. Default value: 4.

4
PackageSizeinteger

The size of each ICMP packet. Unit: bytes. Valid values: 32, 64, 128, 256, 512, 1024.

1024
SplitPackageboolean

Specifies whether to split ICMP packets. Default value: true.

true
Timeoutlong

The timeout period for the TCP synthetic test. Unit: milliseconds. Minimum value: 1000. Maximum value: 300000. Default value: 20000.

2000
TracertEnableboolean

Specifies whether to enable the tracert command. Default value: true.

true
TracertNumMaxinteger

The maximum number of hops for tracert. Minimum value: 1. Maximum value: 128. Default value: 64.

64
TracertTimeoutlong

The timeout period of tracert. Unit: milliseconds. Minimum value: 1000. Maximum value: 300000. Default value: 60000.

60000
NetTCPobject

The TCP synthetic tests parameters. This parameter is required if the TaskType parameter is set to 2.

TargetUrlstring

The destination host IP address.

127.0.0.1:8888
ConnectTimesinteger

The number of TCP connections that are established in a test. Minimum value: 1. Maximum value: 16. Default value: 4.

4
Intervallong

The interval at which TCP connections are established. Unit: milliseconds. Minimum value: 200. Maximum value: 10000. Default value: 200.

200
Timeoutlong

The timeout period for the TCP synthetic test. Unit: milliseconds. Minimum value: 1000. Maximum value: 300000. Default value: 20000.

20000
TracertEnableboolean

Specifies whether to enable the tracert command. Default value: true.

true
TracertNumMaxinteger

The maximum number of hops for tracert. Minimum value: 1. Maximum value: 128. Default value: 20.

20
TracertTimeoutlong

The timeout period of tracert. Unit: milliseconds. Minimum value: 1000. Maximum value: 300000. Default value: 60000.

60000
NetDNSobject

The DNS synthetic test parameters. This parameter is required if the TaskType parameter is set to 3.

TargetUrlstring

The destination domain name.

www.aliyun.com
DnsServerIpTypeinteger

The IP version of the DNS server. 0: IPv4. 1: IPv6. 2: A version is automatically selected. Default value: 0.

0
NsServerstring

The IP address of the DNS server. Default value: 114.114.114.114.

114.114.114.114
QueryMethodinteger

The DNS query. 0: recursive, 1: iterative. Default value: 0.

0
Timeoutlong

The timeout period for the DNS synthetic test. Unit: milliseconds. The minimum value is 1000 and the maximum value is 45000. Default value: 5000.

5000
ApiHTTPobject

The parameters of the HTTP(S) synthetic test.

TargetUrlstring

The URL for synthetic monitoring.

http://127.0.0.1:8090/api/list
Methodstring

The request method.

  • POST
  • GET
POST
RequestHeadersobject

The HTTP request header.

string

Format: JSON map.

{ "key1": "value1", "key2": "value2" }
RequestBodyobject

The HTTP request body.

Contentstring

The content of the request body. Format: JSON string. The parameter is required if the type parameter is set to text/plain, application/json, application/xml, or text/html. Format: JSON string.

text/plain
Typestring

The type of the request body. Valid values: text/plain, application/json, application/x-www-form-urlencoded, multipart/form-data, application/xml, and text/html.

multipart/form-data
ConnectTimeoutlong

The connection timeout period. Unit: milliseconds. Default value: 5000. Minimum value: 1000. Maximum value: 300000.

5000
Timeoutlong

The timeout period. Unit: milliseconds. Default value: 10000. Minimum value: 1000. Maximum value: 300000.

10000
CheckCertboolean

Whether to verify the certificate. The default is no.

false
ProtocolAlpnProtocolinteger

The ALPN protocol version. You can configure this parameter when you perform an HTTPS synthetic test on a WAP mobile client. Valid values:

0: default

1: HTTP/1.1

2: HTTP/2

3: disables the ALPN protocol

1
FileDownloadobject

The file download parameters.

TargetUrlstring

The file download URL.

https://********
DownloadKernellong

The kernel type.

  • 1: curl
  • 0: WinInet
0
QuickProtocollong

The QUIC protocol type.

  • 1: http1
  • 2: http2
  • 3: http3
1
ConnectionTimeoutlong

The connection timeout period. Unit: milliseconds. Minimum value: 1000. Maximum value: 120000. Default value: 5000.

5000
CustomHeaderContentobject

The content of the custom request header.

string

Format: JSON map.

{ "key1": "value1", "key2": "value2" }
IgnoreCertificateStatusErrorinteger

Specifies whether to ignore certificate status errors. 0: No. 1: Yes. Default value: 1.

0
IgnoreCertificateUntrustworthyErrorinteger

Specifies whether to ignore certificate incredibility. 0: No. 1: Yes. Default value: 1.

0
IgnoreInvalidHostErrorinteger

Specifies whether to ignore host invalidity. 0: No. 1: Yes. Default value: 1.

0
MonitorTimeoutlong

The monitoring timeout period. Unit: milliseconds. Minimum value: 1000. Maximum value: 120000. Default value: 60000.

6000
Redirectioninteger

Specifies whether to support redirection. 0: No. 1: Yes. Default value: 1.

0
TransmissionSizelong

The maximum file size of a single transfer. Unit: KB. Minimum value: 1. Maximum value: 20480. Valid values: 2048.

2048
IgnoreCertificateCanceledErrorinteger

Specifies whether to ignore certificate revocation errors. 0: No. 1: Yes. Default value: 1.

0
IgnoreCertificateAuthErrorinteger

Specifies whether to ignore CA certificate authentication errors. 0: No. 1: Yes. Default value: 1.

0
IgnoreCertificateOutOfDateErrorinteger

Specifies whether to ignore certificate invalidity. 0: No. 1: Yes. Default value: 1.

0
IgnoreCertificateUsingErrorinteger

Specifies whether to ignore certificate usage errors. 0: No. 1: Yes. Default value: 1.

0
VerifyWayinteger

Verification method.

  • 0: No verification
  • 1: Verification string
  • 2: MD5 verification
0
ValidateKeywordsstring

Verify keywords.

success
WhiteListstring

DNS hijacking whitelist. Matching rules support IP, IP wildcard, subnet mask and CNAME. You can fill in multiple matching rules, and multiple matching rules are separated by vertical bars (|). For example: www.aliyun.com:203.0.3.55|203.3.44.67, which means that all IPs except 203.0.3.55 and 203.3.44.67 under the www.aliyun.com domain name are hijacked.

www.aliyun.com:203.0.3.55|203.3.44.67
Websiteobject

The website-speed measurement parameters.

TargetUrlstring

The destination URL.

http://www.aliyun.com
AutomaticScrollinginteger

Specifies whether to automatically scroll up and down the screen to load a page. 0: No. 1: Yes. Default value: 0.

0
CustomHeaderinteger

Specifies whether to create a custom header. 0: No. 1: The first packet is modified. 2: All packets are modified. Default value: 0.

0
CustomHeaderContentobject

The custom header. Format: JSON map.

string

JSON Map

{ "key1": "value1", "key2": "value2" }
DisableCacheinteger

Specifies whether to disable the cache. 0: No. 1: Yes. Default value: 1.

1
DisableCompressioninteger

Specifies whether to accept compressed files based on the HTTP Accept-Encoding request header. 0: No. 1: Yes. Default value: 0.

0
FilterInvalidIPinteger

Specifies whether to exclude invalid IP addresses.

  • 1: No
  • 0: Yes
0
IgnoreCertificateErrorinteger

Specifies whether to ignore SSL certificate errors during browsing. 0: No. 1: Yes. Default value: 1.

0
MonitorTimeoutinteger

The monitoring timeout period. Unit: milliseconds. Default value: 20000. Minimum value: 5000. Maximum value: 300000.

20000
Redirectioninteger

Specifies whether to continue browsing after redirection. 0: No, 1:Yes. Default value: 1.

1
SlowElementThresholdlong

The time threshold that is used to define a slow element. Unit: milliseconds. Default value: 5000. Minimum value: 1. Maximum value: 300000.

5000
WaitCompletionTimelong

The maximum waiting time. Unit: milliseconds. Default value: 5000. Minimum value: 5000. Maximum value: 300000.

5000
VerifyStringBlackliststring

The verification string is an arbitrary string in the source code of the monitoring page. If the source code returned by the client contains any string in the blacklist, an error 650 "Verification string failed" will be reported. Multiple strings are separated by vertical bars (|).

error
VerifyStringWhiteliststring

The verification string is an arbitrary string in the source code of the monitoring page. The source code returned by the client must contain all the strings in the whitelist, otherwise an error 650 "Verification string failed" will be reported. Multiple strings are separated by a vertical bar (|).

success
ElementBlackliststring

If an element configured in the element blacklist appears during page loading, no request will be made to load the element.

www.example.com/a.jpg
DNSHijackWhiteliststring

When resolving a domain name (such as www.aliyun.com), if the resolved IP address or CNAME is not in the DNS hijacking whitelist, the user will fail to access or return a non-Aliyun target IP; if the IP or CNAME in the resolution result is in the DNS whitelist, it will be deemed that no DNS hijacking has occurred.

Fill in the format: domain name: matching rule. Matching rules support IP, IP wildcard, subnet mask and CNAME. You can fill in multiple matching rules, and multiple matching rules are separated by vertical bars (|).

For example: www.aliyun.com:203.0.3.55|203.3.44.67, which means that all IPs except 203.0.3.55 and 203.3.44.67 under the www.aliyun.com domain name are hijacked.

www.aliyun.com:203.0.3.55|203.3.44.67
PageTamperstring

If any element other than the domain name setting appears on the monitoring page, it means that the page has been tampered. Common manifestations include pop-up ads, floating ads, jumps, etc.

Fill in the format: domain name: element. Elements support wildcards, and multiple elements can be filled in. Multiple elements are separated by vertical bars (|). For example: www.aliyun.com:|/cc/bb/a.gif|/vv/bb/cc.jpg, which means that all elements except the basic document, /cc/bb/a.gif and /vv/bb/cc.jpg under the www.aliyun.com domain name are considered to be tampered with.

www.aliyun.com:|/cc/bb/a.gif|/vv/bb/cc.jpg
FlowHijackJumpTimesinteger

Identify elements: Set the total number of elements to browse the page.

0
Streamobject

Streaming media dial test configuration.

TargetUrlstring

Streaming media resource address.

http://www.aliyun.com/stream/test.mp4
StreamTypeinteger

Audio and video flag:

  • 0: video
  • 1: audio
0
StreamMonitorTimeoutinteger

Monitoring duration, in seconds, supports up to 60 seconds. If not specified, the default value is 60 seconds.

30
StreamAddressTypeinteger

Resource address type:

  • 1: Resource address.
  • 0: Page address. If not passed, the default value is 0.
0
PlayerTypeinteger

Player, default is 12 if not specified.

  • 12: VLC
  • 2: Flash Player
12
CustomHeaderContentobject

Custom header, JSON Map format.

string

Custom header, JSON Map format.

{ "key1": "value1", "key2": "value2" }
WhiteListstring

DNS hijacking whitelist. Matching rules support IP, IP wildcard, subnet mask and CNAME. You can fill in multiple matching rules, and multiple matching rules are separated by vertical bars (|). For example: www.aliyun.com:203.0.3.55|203.3.44.67, which means that all IPs except 203.0.3.55 and 203.3.44.67 under the www.aliyun.com domain name are hijacked.

www.aliyun.com:203.0.3.55|203.3.44.67
MonitorCategorylong

The detection point type. 1: PC. 2: mobile device.

1
Monitorsarray<object>

The list of monitoring points.

monitorobject

The list of monitoring points.

CityCodestring

The city code.

110100
OperatorCodestring

The carrier code.

1
ClientTypeinteger

The client type of the monitoring point. Valid values: 1: data center. 2: Internet. 3: mobile device. 4: ECS instance.

1
Frequencystring

The detection frequency. Valid values: 1m, 5m, 10m, 15m, 20m, 30m, 1h, 2h, 3h, 4h, 6h, 8h, 12h, and 24h.

5m
CustomPeriodobject

The custom cycle.

EndHourlong

The hour at which the test ends. Valid values: 0 to 24.

22
StartHourlong

The hour at which the test starts. Valid values: 0 to 24.

14
CommonSettingobject

The general settings.

CustomHostobject

The custom host.

Hostsarray<object>

The list of hosts.

hostobject

The list of hosts.

Domainstring

The domain name.

www.aliyun.com
IpTypeinteger

The IP version. Valid values:

  • 0: A version is automatically selected.
  • 1: IPv4
  • 2: IPv6
0
Ipsarray

The list of IP addresses.

ipstring

The IP address.

10.0.114.17
SelectTypeinteger

The selection mode. 0: Random. 1: Polling.

0
IpTypeinteger

The IP version. Valid values:

  • 0: A version is automatically selected.
  • 1: IPv4
  • 2: IPv6
0
MonitorSamplesinteger

Specifies whether to evenly distribute monitoring samples. Valid values:

  • 0: No
  • 1: Yes
0
IsOpenTraceboolean

Whether to enable tracing.

true
TraceClientTypeinteger

Tracing client type:

  • 0: ARMS Agent
  • 1: Open Telemetry
  • 2: Jaeger
1
XtraceRegionstring

Tracing data reporting region.

cn-hangzhou
CustomVPCSettingobject

User VPC information. If the dial-up is to the Alibaba Cloud intranet address, you need to configure the VPC information.

RegionIdstring

The region ID.

cn-hangzhou
VpcIdstring

VPC ID.

vpc-2zexy5nae9q2otaxxxx
VSwitchIdstring

The vSwitch ID.

vsw-bp1i0xezblf1yrz4xxxxx
SecureGroupIdstring

Security group ID. This security group is where the dial-up client is located. The security group limits the inbound and outbound rules of the dial-up client in the VPC. You need to set the inbound rules of the security group where your VPC is located to allow the security group where the dial-up client is located to access. Otherwise, the dial-up client cannot smoothly access the resources in your VPC.

sg-xxxxxxx
CustomPrometheusSettingobject

The reserved parameters.

PrometheusLabelsobject

A reserved parameter.

string

A reserved parameter.

Reserved parameter
PrometheusClusterIdstring

A reserved parameter.

Reserved parameter
PrometheusClusterRegionstring

A reserved parameter.

Reserved parameter
AvailableAssertionsarray<object>

The list of assertions.

availableAssertionobject
Typestring

The assertion type. Valid values: HttpResCode, HttpResHead, HttpResBody, HttpResBodyJson, HttpResponseTime, IcmpPackLoss (packet loss rate), IcmpPackMaxLatency (maximum packet latency), IcmpPackAvgLatency (average packet latency), TraceRouteHops (number of hops), DnsARecord (A record), DnsCName (CNAME), websiteTTFB (time to first packet), websiteTTLB (time to last packet), websiteFST (first paint time), websiteFFST (first meaningful paint), websiteOnload (full loaded time). For more information, see the following description.

websiteTTLB
Targetstring

The check target. If you set the type parameter to HttpResCode, HttpResBody, or HttpResponseTime, you do not need to set the target parameter. If you set the type parameter to HttpResHead, you must specify the key in the header. If you set the type parameter to HttpResBodyJson, use jsonPath.

key
Operatorstring

The condition. gt: greater than. gte: greater than or equal to. lt: less than. lte: less than or equal to. eq: equal to. neq: not equal to. ctn: contain. nctn: does not contain. exist: exist. n_exist: does not exist. belong: belong to. n_belong: does not belong to. reg_match: regular expression.

gt
Expectstring

The expected value.

100
Statusstring

CREATING: The task is being created. RUNNING: The task is running. PARTIAL_RUNNING: The task is partially running. STOP: The task is stopped. LIMIT_STOP: The task is stopped due to quota insufficiency. EXCEPTION: The task is abnormal. DELETE: The task is deleted. DELETE_EXCEPTION: The task failed to be deleted.

RUNNING
ResourceGroupIdstring

The ID of the resource group.

default
Tagsarray<object>

The tag.

tagobject
Keystring

The key of the tag.

user1
Valuestring

The value of the tag.

myweb

Examples

Sample success responses

JSONformat

{
  "RequestId": "E13430A6-57A9-56E9-9D8D-28FE8DEBCA40",
  "Code": 200,
  "Message": "success",
  "Data": {
    "TaskId": "5308a2691f59422c8c3b7aeccec9cd3b",
    "RegionId": "cn-hangzhou",
    "Name": "AlibabaCloud DNS Task",
    "TaskType": 5,
    "MonitorConf": {
      "NetICMP": {
        "TargetUrl": "www.aliyun.com",
        "Interval": 200,
        "PackageNum": 4,
        "PackageSize": 1024,
        "SplitPackage": true,
        "Timeout": 2000,
        "TracertEnable": true,
        "TracertNumMax": 64,
        "TracertTimeout": 60000
      },
      "NetTCP": {
        "TargetUrl": "127.0.0.1:8888",
        "ConnectTimes": 4,
        "Interval": 200,
        "Timeout": 20000,
        "TracertEnable": true,
        "TracertNumMax": 20,
        "TracertTimeout": 60000
      },
      "NetDNS": {
        "TargetUrl": "www.aliyun.com",
        "DnsServerIpType": 0,
        "NsServer": "114.114.114.114",
        "QueryMethod": 0,
        "Timeout": 5000
      },
      "ApiHTTP": {
        "TargetUrl": "http://127.0.0.1:8090/api/list",
        "Method": "POST",
        "RequestHeaders": {
          "key": "{\n      \"key1\": \"value1\",\n      \"key2\": \"value2\"\n}"
        },
        "RequestBody": {
          "Content": "text/plain",
          "Type": "multipart/form-data"
        },
        "ConnectTimeout": 5000,
        "Timeout": 10000,
        "CheckCert": false,
        "ProtocolAlpnProtocol": 1
      },
      "FileDownload": {
        "TargetUrl": "https://********",
        "DownloadKernel": 0,
        "QuickProtocol": 1,
        "ConnectionTimeout": 5000,
        "CustomHeaderContent": {
          "key": "{\n      \"key1\": \"value1\",\n      \"key2\": \"value2\"\n}"
        },
        "IgnoreCertificateStatusError": 0,
        "IgnoreCertificateUntrustworthyError": 0,
        "IgnoreInvalidHostError": 0,
        "MonitorTimeout": 6000,
        "Redirection": 0,
        "TransmissionSize": 2048,
        "IgnoreCertificateCanceledError": 0,
        "IgnoreCertificateAuthError": 0,
        "IgnoreCertificateOutOfDateError": 0,
        "IgnoreCertificateUsingError": 0,
        "VerifyWay": 0,
        "ValidateKeywords": "success",
        "WhiteList": "www.aliyun.com:203.0.3.55|203.3.44.67"
      },
      "Website": {
        "TargetUrl": "http://www.aliyun.com",
        "AutomaticScrolling": 0,
        "CustomHeader": 0,
        "CustomHeaderContent": {
          "key": "{\n      \"key1\": \"value1\",\n      \"key2\": \"value2\"\n}\n"
        },
        "DisableCache": 1,
        "DisableCompression": 0,
        "FilterInvalidIP": 0,
        "IgnoreCertificateError": 0,
        "MonitorTimeout": 20000,
        "Redirection": 1,
        "SlowElementThreshold": 5000,
        "WaitCompletionTime": 5000,
        "VerifyStringBlacklist": "error",
        "VerifyStringWhitelist": "success",
        "ElementBlacklist": "www.example.com/a.jpg",
        "DNSHijackWhitelist": "www.aliyun.com:203.0.3.55|203.3.44.67",
        "PageTamper": "www.aliyun.com:|/cc/bb/a.gif|/vv/bb/cc.jpg",
        "FlowHijackJumpTimes": 0,
        "FlowHijackLogo": "aliyun"
      },
      "Stream": {
        "TargetUrl": "http://www.aliyun.com/stream/test.mp4",
        "StreamType": 0,
        "StreamMonitorTimeout": 30,
        "StreamAddressType": 0,
        "PlayerType": 12,
        "CustomHeaderContent": {
          "key": "{\n      \"key1\": \"value1\",\n      \"key2\": \"value2\"\n}"
        },
        "WhiteList": "www.aliyun.com:203.0.3.55|203.3.44.67"
      }
    },
    "MonitorCategory": 1,
    "Monitors": [
      {
        "CityCode": "110100",
        "OperatorCode": "1",
        "ClientType": 1
      }
    ],
    "Frequency": "5m",
    "CustomPeriod": {
      "EndHour": 22,
      "StartHour": 14
    },
    "CommonSetting": {
      "CustomHost": {
        "Hosts": [
          {
            "Domain": "www.aliyun.com",
            "IpType": 0,
            "Ips": [
              "10.0.114.17"
            ]
          }
        ],
        "SelectType": 0
      },
      "IpType": 0,
      "MonitorSamples": 0,
      "IsOpenTrace": true,
      "TraceClientType": 1,
      "XtraceRegion": "cn-hangzhou",
      "CustomVPCSetting": {
        "RegionId": "cn-hangzhou",
        "VpcId": "vpc-2zexy5nae9q2otaxxxx",
        "VSwitchId": "vsw-bp1i0xezblf1yrz4xxxxx",
        "SecureGroupId": "sg-xxxxxxx"
      },
      "CustomPrometheusSetting": {
        "PrometheusLabels": {
          "key": "Reserved parameter\n"
        },
        "PrometheusClusterId": "Reserved parameter\n",
        "PrometheusClusterRegion": "Reserved parameter\n"
      }
    },
    "AvailableAssertions": [
      {
        "Type": "websiteTTLB",
        "Target": "key\n",
        "Operator": "gt",
        "Expect": "100"
      }
    ],
    "Status": "RUNNING",
    "ResourceGroupId": "default",
    "Tags": [
      {
        "Key": "user1",
        "Value": "myweb"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError message
400ParameterMissing%s
400ParameterIllegal%s
400TaskQuotaLimit%s
400ParameterRegionIllegal%s
400DuplicateTagKeyParam tagKey is duplicate.
400TagNumOUTthe number of tag is out .
400NoPermissionUSERuser no permission
403RAMNotAuthorize%s
403STSNotAuthorize%s
403IllegalUserAccess%s
403APINotAuthorize%s
403CommercialStatusException%s
403SyntheticTrailExpired%s
403SyntheticInDebt%s
403SyntheticDailyTimesExhausted%s
403SyntheticDailyLimit%s

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-04-12The Error code has changed. The response structure of the API has changedView Change Details
2024-03-14The Error code has changed. The response structure of the API has changedView Change Details
2024-03-01The Error code has changed. The response structure of the API has changedView Change Details
2024-02-23The Error code has changed. The response structure of the API has changedView Change Details
2023-10-26The Error code has changed. The response structure of the API has changedView Change Details