Kredibel API
  • Home
  • Knowledge Base
    • Security
    • Scoring Engine
    • Blacklist & Whitelist
    • Team Management
  • API Guide
  • Getting Started
  • Environment
  • Authorization
  • Responses & Errors
  • API References
    • Account Screening
      • Watchlist Screening
      • Bank Account
      • Phone Number
      • Email Address
      • IP Address
    • Electronic Certificate
      • Certificate Issuance
    • Identity Verification [Deprecated]
      • Biometric Verification
      • Demography Verification
      • Full Verification
    • Text Recognition
      • National Identity
      • Driver License
      • Passport
    • Face Recognition
      • Face Comparison
    • Billing
      • Credit
Powered by GitBook
On this page
  • Endpoint
  • Headers
  • Response

Was this helpful?

  1. API References
  2. Billing

Credit

Get total available billing credits.

PreviousBilling

Last updated 3 years ago

Was this helpful?

Endpoint

Method

URL

GET

$synapses/v1/billing/credit

Headers

Header

Value

Authorization

Bearer

Response

Field

Type

Description

amount

Integer

Total available credits

updatedAt

Timestamp

Last update

{
    "message": "Billing Status",
    "data": {
        "amount": 965526063,
        "updatedAt": 1627531044
    }
}

YOUR_API_KEY