Skip to main content
GET
/
api
/
applications
/
{id}
/
time-to-contact
Calculate application time-to-contact
curl --request GET \
  --url https://your-instance.example.com/api/applications/{id}/time-to-contact \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Time-to-contact returned

Generic response envelope. Endpoint-specific fields are intentionally open.