Short url

Get short url quota

This endpoint allows you to fetch your short url quota.

get/1/url-shortener/quota

Response

Default Response

codestring required
urlstring required
created_atinteger required
expiration_dateinteger required

Example response

{
  "code": "czhS2Gn",
  "created_at": 1633435186,
  "expiration_date": 1633435186
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.