Channel Management/Account Groups
Update Account Order
Interface description: Update the account sorting within the specified group.
groupId must be an existing group ID, and list[n].id must be an account ID belonging to that group. list is required and must contain at least one account. If the group and account do not match, the endpoint returns 12600.
PATCH
Update Account Order
Authorizations
Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".
Path Parameters
Group ID
Example:
"group-id-from-create-response"
Body
application/json
Sorted list; it must contain at least one account belonging to the group.
Minimum array length:
1Response
200 - application/json
The request has been processed by the service. Business success is determined by whether the response body has code === 0.
Last modified on July 31, 2026

