Amili Docs
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
  1. Api Status
  • About
  • Collection API
    • CallBanqSoft
      • banqsoft
    • Batches
      • Get all batches
      • Get organization batches
      • Get batch by ID
    • Collections
      • Retrieve cases for an organization
    • Invoice
      • Create a new invoice
      • Get organization invoices
      • Get invoice by ID
      • Get invoice documents by invoice id
      • Get invoice history by invoice id
      • Get invoice payments by invoice id
      • Pause invoice
      • Withdraw invoice
      • Resume invoice
    • Payment
      • Create new payments
    • Api Status
      • Ping the server
        GET
      • Ping the server to check if authorized
        GET
      • Check the status of the API health
        GET
    • Organizations
      • Get reports on a organization
    • Settlement
      • Retrieve settlements from an organization
  • AutoCollect
    • Attachment
      • /webapi/api/Attachment
    • Batch
      • /webapi/api/Batch
      • /webapi/api/Batch
    • Ping
      • /webapi/api/Ping
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
  1. Api Status

Ping the server

GET
/ping
Ping the server to check if it is alive

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or

Responses

🟢200OK
application/json
OK
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/ping' \
--header 'Authorization: Bearer <token>'
Response Response Example
"string"
Modified at 2025-09-23 10:42:55
Previous
Create new payments
Next
Ping the server to check if authorized
Built with