Documentation
  • Welcome!
  • Getting started
    • Onboarding
    • Get your api credentials
  • Integration mode
    • Rest Api
      • đŸ‘Šâ€âœˆī¸Platform
      • 🙍KYC
        • â„šī¸ID Informations
        • 🔎ID Verification
        • 🆔ID Document Verification
          • đŸ–Ĩī¸User filled data verifications
        • â˜‘ī¸Face match
        • 🧏Liveness check
      • 👨‍đŸ’ŧKYB
        • â„šī¸Company Informations
        • 🔎Company Verification
        • đŸ—ƒī¸Company Document Verification
      • 🚨AML
        • PEP
        • Sanction Lists
        • Media Adverse
      • 🔎Retrieve Document Verification result
    • SDK
      • JS
      • Java / Kotlin
      • Python
    • No-Code
      • Danaya Forms
    • WebView or iFrame
  • Webhook
Powered by GitBook
On this page
  1. Integration mode
  2. Rest Api

Platform

Get your API Consumption Status

This endpoint is crucial because it gives you a status of the consumption of your subscribed check credits.

GET /subscriptions/status

Headers:

  • Api-Key (required)

  • Api-Secret (required)

Request Body: Nonde

Responses:

  • OK:

    • Code: 200

    • Body

      {
          "id": "UUID",
          "company": {
              "id": 1000,
              "name": "Company",
              "country": "COUNTRY",
              "city": "CITY",
              "contactEmail": "email",
              "rccmNumber": "",
              "type": null,
              "ownerName": null,
              "agencies": []
          },
          "type": "CHECK_COUNT",
          "numberOfChecks": 1000,
          "status": "ACTIVE",
          "expirationDate": "2025-01-01"
      }
  • ERRORS:

    • Code : 401

An other platform url endpoint ?

PreviousRest ApiNextKYC

Last updated 1 year ago

đŸ‘Šâ€âœˆī¸