Skip to main content
GET
/
status
Get system status
curl --request GET \
  --url https://app.leadconduit.com/status \
  --header 'Authorization: Basic <encoded-value>'
{
  "version": "13.5.0"
}

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Response

200 - application/json

OK

version
string

Which version is running

Pattern: ^\d+\.\d+\.\d+$
Example:

"13.5.0"