Skip to main content
Use this endpoint to submit a character for staff review. The character must currently be in draft status. Once submitted, the character’s idStatus transitions to pending_approval and it is queued for review by the CA Colombia staff team. While a character is in pending_approval status, you cannot make further edits to it. If you need to make changes after submission, use the Cancel Submission endpoint to return it to draft status.
Before submitting, make sure the character has all required avatar assets uploaded. If the required data is missing, the server will return a 500 error indicating that the character cannot be validated for ID creation.
You can only submit characters belonging to your own account. The authenticated token must match the userId in the path.

Endpoint

Path Parameters

string
required
The Snowflake ID of the user who owns the character. Must match the authenticated user’s ID.
string
required
The Snowflake ID of the character to submit for review.

Query Parameters

string
Pass true to include the character’s signatureData field in the response. Omit or pass any other value to exclude it.

Request Body

This endpoint does not require a request body.

Response

Returns 201 Created with the updated character object reflecting the new pending_approval status.
string
The character’s unique Snowflake ID.
string
The Snowflake ID of the user who owns this character.
string
The character’s first name(s).
string
The character’s last name(s).
number
The character’s age in years.
number
The character’s height in centimetres.
string
The character’s gender. Either Masculino or Femenino.
string
The character’s blood type.
object
An object describing the character’s nationality with nombre, abrev, and lugar fields.
string
The character’s date of birth in DD/MM/YYYY format.
string
The character’s updated status. Will be pending_approval after a successful call.
string | null
Hash identifier for the character’s avatar image.
string | null
Hash identifier for the character’s ID card image.
string | null
Hash identifier for the character’s full-body image.
string | null
Hash identifier for the character’s 3D GLB model.
object | null
Camera metadata for the 3D avatar, or null if not set.
object | null
Bounding box metadata for the 3D avatar, or null if not set.
object | null
The character’s in-game wallet, or null if none exists.
string
The character’s signature data. Only present when signature=true is passed.
string
ISO 8601 timestamp of when the character was created.
string
ISO 8601 timestamp of when the character was last updated.

Example Request

Example Response

Error Responses