Garment.id
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Billing
  • Authentication
    • Google OAuth Redirect
      GET
    • Google OAuth Callback
      GET
    • Register
      POST
    • Login
      POST
    • Refresh Token
      POST
    • Login with Google
      POST
    • Two Factor Challenge
      POST
    • Request Password Reset
      POST
    • Reset Password
      POST
    • Verify Email
      GET
    • Resend Verification Email
      POST
    • Select Tenant
      POST
    • Tenant Onboarding
      POST
    • Logout
      POST
    • Logout All
      POST
    • Me
      GET
  • Auth Activity
    • Auth Activities
    • Suspicious Activities
    • Tenant Auth Activities
    • User Security Activities
  • Master Data
    • Taxonomies
    • Create Taxonomy
    • Taxonomy Detail
    • Update Taxonomy
    • Delete Taxonomy
    • Suppliers
    • Create Supplier
    • Supplier Detail
    • Update Supplier
    • Delete Supplier
    • Customers
    • Create Customer
    • Customer Detail
    • Update Customer
    • Delete Customer
    • Taxonomies
    • Create Taxonomy
    • Taxonomy Detail
    • Update Taxonomy
    • Delete Taxonomy
    • Suppliers
    • Create Supplier
    • Supplier Detail
    • Update Supplier
    • Delete Supplier
    • Customers
    • Create Customer
    • Customer Detail
    • Update Customer
    • Delete Customer
  • Billing
    • Subscription
      GET
    • Subscription Entitlements
      GET
    • Change Subscription Plan
      PUT
    • Cancel Subscription
      POST
    • Invoices
      GET
    • Invoice Detail
      GET
    • Billing Timeline
      GET
    • Subscription Addons
      GET
    • Create Subscription Addon
      POST
    • Deactivate Subscription Addon
      PATCH
    • Pause Subscription Addon
      PATCH
    • Resume Subscription Addon
      PATCH
    • Schedule Subscription Addon Cancel
      PATCH
    • Subscription
      GET
    • Subscription Entitlements
      GET
    • Change Subscription Plan
      PUT
    • Cancel Subscription
      POST
    • Invoices
      GET
    • Invoice Detail
      GET
    • Billing Timeline
      GET
    • Subscription Addons
      GET
    • Create Subscription Addon
      POST
    • Deactivate Subscription Addon
      PATCH
    • Pause Subscription Addon
      PATCH
    • Resume Subscription Addon
      PATCH
    • Schedule Subscription Addon Cancel
      PATCH
  • Tenant Authz
    • Tenant Permissions
    • Tenant Roles
    • Create Tenant Role
    • Update Tenant Role
    • Delete Tenant Role
    • Tenant Permissions
    • Tenant Roles
    • Create Tenant Role
    • Update Tenant Role
    • Delete Tenant Role
  • Integrations
    • Integration Health Check
    • Integration Create Order
    • Integration Invite User
    • Integration Health Check
    • Integration Create Order
    • Integration Invite User
  • Tenant User
    • Tenant Users
    • Create Tenant User
    • Update Tenant User
    • Tenant Users
    • Create Tenant User
    • Update Tenant User
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Billing

Subscription Entitlements

GET
http://localhost/api/v1/tenant/billing/entitlements
Billing
Terakhir diubah:2026-03-03 19:40:50
OperationId:tenant.billing.subscription.entitlements
Ambil entitlements langganan untuk tenant saat ini.

Request

Otorisasi
Berikan token Bearer anda pada header
Authorization
ketika melakukan request ke resource yang dilindungi.
Contoh:
Authorization: Bearer ********************

Response

🟢200
application/json
Body

🟠401AuthenticationException
request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost/api/v1/tenant/billing/entitlements' \
--header 'Authorization: Bearer <token>'
response Contoh Response
200 - Contoh 1
"string"
Diubah pada 2026-03-03 19:40:50
Sebelumnya
Subscription
Berikutnya
Change Subscription Plan
Built with