Sign in

Update account

documented

Update an existing account.

POST /pubapi/v1.2/Accountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.sharpspring.com/pubapi/v1.2/?accountID={{SHARPSPRING_API_KEY}}&secretKey={{SHARPSPRING_SECRET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"id":"{{$request_id}}","method":"{{$method}}","params":{"id":"{{$lead_id}}"}}'
Update account · SharpSpring · OpenIntegrations