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. Ping
  • 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
      • Ping the server to check if authorized
      • Check the status of the API health
    • 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
        GET
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. Ping

/webapi/api/Ping

GET
/webapi/api/Ping

Request

Authorization
Basic Auth
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
or
Query Params

Responses

🟢200OK
application/json
Success
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/webapi/api/Ping?message' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
"string"
Modified at 2025-09-23 10:44:30
Previous
/webapi/api/Batch
Built with