GET
/videos/characters/{character_id}DeprecatedRetrieve a character
Retrieves a character by its identifier. Use character_id to fetch the character metadata, including its name and creation timestamp; this operation is deprecated.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
character_idstringrequired
The identifier of the character to retrieve.
200Returns the character with its `id`, `name`, and Unix creation timestamp in `created_at`.
idstringrequired
Identifier for the character creation cameo.
namestringrequired
Display name for the character.
created_atintegerrequired
Unix timestamp (in seconds) when the character was created.
Error handling
character_id must identify the character you want to retrieve. Provide the identifier as a string.