Update user's ApiKey
Rate limit: every seconds
API Overview
HTTP method
POST
Path
/api/v3/apiKey
Summary
Change the ApiKey associated with the user's account. The current ApiKey must be provided as the value of the X-API-KEY HTTP header.
API description
HTTP Header
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| X-API-KEY | string | Y | ApiKey | "HlkcGxbqBeaF76j4rvPaOasyfPwnkQ 6B6DQ6THZWbvrAGxzEdulXQvOKLrRW ZLnN" |
Request parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| accountId | integer | Y | AccountID | 1 |
Request example
HTTP
CURL
POST http://aa90cd58e38014a1b864ddc488129b7a-624979106.us-east-2.elb.amazonaws.com/api/v3/apiKey HTTP/1.1
Host: aa90cd58e38014a1b864ddc488129b7a-624979106.us-east-2.elb.amazonaws.com
Connection: keep-alive
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: zh,en;q=0.9
X-API-KEY: sra1aavfa
Content-Type: application/json
{
"accountId" : 1
}curl -X POST -H "X-API-KEY:sra1aavfa" -H "Content-Type:application/json" http://aa90cd58e38014a1b864ddc488129b7a-624979106.us-east-2.elb.amazonaws.com/api/v3/apiKey -d \
'{
"accountId" : 1
}'Response fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| apiKey | string | Y | ApiKey | "6BJaCehh0z4ta4TW5vwo Kyo0yk5FdXkQxpt8AStG 49aU3dMNC9jid6syyWPE MtTt" |
Response example
{
"apiKey" : "6BJaCehh0z4ta4TW5vwoKyo0yk5FdXkQxpt8AStG49aU3dMNC9jid6syyWPEMtTt"
}
Status code
| Value | Description |
|---|---|
| 100000 | Unknown error |
| 101002 | User not found |
| 100001 | Invalid argument |
| 104001 | Empty ApiKey |
| 104002 | Invalid ApiKey |
| 104003 | Invalid Account ID |
| 104004 | No signature information provided |
| 104005 | Wrong signature information |