Garment.id
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport 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
  • Billing
    • Public Plan Catalog
      GET
    • Billing Webhook
      POST
    • Billing Audit List
      GET
    • Billing Audit Detail
      GET
    • List Plans
      GET
    • Upsert Plan
      PUT
    • Upsert Plan Feature Value
      PUT
    • List Features
      GET
    • Upsert Feature
      PUT
    • Public Plan Catalog
      GET
    • Billing Webhook
      POST
    • Billing Audit List
      GET
    • Billing Audit Detail
      GET
    • List Plans
      GET
    • Upsert Plan
      PUT
    • Upsert Plan Feature Value
      PUT
    • List Features
      GET
    • Upsert Feature
      PUT
  • Master Data
    • List Master Taxonomies
    • Create Master Taxonomy
    • Master Taxonomy Detail
    • Update Master Taxonomy
    • Delete Master Taxonomy
    • List Master Taxonomies
    • Create Master Taxonomy
    • Master Taxonomy Detail
    • Update Master Taxonomy
    • Delete Master Taxonomy
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Billing

Billing Audit Detail

GET
http://localhost/api/v1/central/platform/billing/audits/{id}
Billing
Terakhir diubah:2026-03-03 19:48:55
OperationId:central.billing.audits.show
Detail audit billing berdasarkan ID.

Request

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

Response

🟢200
application/json
Body

🟠401AuthenticationException
request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost/api/v1/central/platform/billing/audits/' \
--header 'Authorization: Bearer <token>'
response Contoh Response
200 - Contoh 1
"string"
Diubah pada 2026-03-03 19:48:55
Sebelumnya
Billing Audit List
Berikutnya
List Plans
Built with