Skip to main content
PATCH
Update Account Order

Authorizations

X-Api-Key
string
header
required

Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".

Path Parameters

groupId
string
required

Group ID

Example:

"group-id-from-create-response"

Body

application/json
list
object[]
required

Sorted list; it must contain at least one account belonging to the group.

Minimum array length: 1

Response

200 - application/json

The request has been processed by the service. Business success is determined by whether the response body has code === 0.

code
integer
required

Business status code. 0 means success; non-zero means a business error.

message
string
required

Response message.

data
boolean
requestId
string

Request ID.

timestamp
integer

Error response timestamp in Unix milliseconds.

Last modified on July 31, 2026