Skip to main content
Use this endpoint to retrieve all in-game characters that belong to a specific CA Colombia user. The response includes every character regardless of their current approval status, so you will see characters in draft, pending_approval, and approved states all in one call. You can optionally include avatar signature data for each character by passing the signature query parameter.
You can only list characters for your own account. The authenticated token must belong to the same userId in the path.

Endpoint

Path Parameters

string
required
The Snowflake ID of the user whose characters you want to list. Must match the authenticated user’s ID.

Query Parameters

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

Response

array
An array of character objects belonging to the user. The array will be empty if the user has no characters.

Example Request

Example Response

Error Responses