short-urls

Create Short Url

Create a new short URL for sharing a character.

post/short-urls/create

Request body

character_idstring required
utm_sourcestring nullable
utm_mediumstring nullable
utm_campaignstring nullable
utm_contentstring nullable

Response

Successful Response

codestring required
short_urlstring required
character_idstring required
click_countinteger required

Changes