Seccl - Sync all the clients

POST /api/v1/addons/seccl/{addon}/sync-clients

Path parameters

  • addon string Required

Query parameters

  • new_records_only boolean

    Only sync new records. Defaults to true.

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
POST /api/v1/addons/seccl/{addon}/sync-clients
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/addons/seccl/architecto/sync-clients' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthenticated."
}