πŸ‘©β€βœˆοΈ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 ?

Last updated