pending_approval review queue. Approving a character changes its idStatus to approved, making it active in-game and enabling its wallet. You can approve multiple characters in a single request by passing an array of characterId values.
Endpoint
Request Body
string[]
required
An array of character Snowflake IDs to approve. All characters in the array are processed in a single batch operation.
Response
A successful200 response returns the updated character objects after approval:
array
An array of character objects reflecting their new
approved status. The array includes one entry for each successfully approved character. Each object contains the full character data as returned by getApiCharacterData().