Skip to main content
POST
Ping
Every HTTP request made to the DebtWise API must be authenticated. You need to use an API key to authenticate requests. To obtain and manage your API keys, visit the dashboard in the corresponding environment. Authentication to the API is performed via bearer: -H "Authorization: Bearer ${TOKEN}"

Try it out

Use the interactive playground below to send a real POST /api/ping request with your token and confirm your credentials are working.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

API-Version
string

API API Version. See Versioning page for more details.

Example:

"2024-07-01"

Body

application/json
payload
string
required
Example:

"Ping"

Response

Ping successful

payload
string
Example:

"Ping"