Short url

Get short url quota

This endpoint allows you to fetch your short url quota.

get/2/url-shortener/quota

Response

Default Response

result'success' | 'error'

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "quota": 1,
    "limit": 500
  }
}

Changes

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