Skip to main content
GET
/
contact
/
{contactId}
/
ach-debit-recurring
cURL
curl --request GET \
  --url https://api.slash.com/contact/{contactId}/ach-debit-recurring \
  --header 'X-API-Key: <api-key>'
{
  "hasActiveRecurringAuth": true
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

contactId
string
required

Query Parameters

The legal entity ID. Required if authenticating with access to multiple legal entities.

Response

OK

hasActiveRecurringAuth
boolean
required

Whether the contact has authorized recurring ACH debits.