s.id Public API
  1. v1
  • Introduction
  • v1
    • Links
      • List Links
      • Create Link
      • Link Detail by Short
      • Link Detail
      • Update Link
      • Protected Link
      • Dispossable Link
      • Archive Link
      • Unarchive Link
    • Quota
      GET
    • Me
      GET
  • Ping
    GET
  1. v1

Quota

GET
https://api.s.id/v1/quota
Information about your account quota
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.s.id/v1/quota' \
--header 'X-Auth-Id;' \
--header 'X-Auth-Key;'
Response Response Example
{
    "code": 200,
    "data": {
        "user_id": 228,
        "link_remaining": 96,
        "short_remaining": 5,
        "premium_name_remaining": 0,
        "long_url_remaining": 0,
        "reset_at": "2024-07-01T00:00:00+07:00"
    }
}

Request

Header Params

Responses

🟢200OK
application/json
Body

Modified at 2024-06-20 01:04:45
Previous
Unarchive Link
Next
Me
Built with