API

Build on top of your own network

A JSON REST API over the same data the apps use. Bearer-token authenticated, predictable, and documented.

Authentication

Every request carries a bearer token in the Authorization header. Generate a token from your account settings.

curl https://taarly.app/api/contacts \
  -H "Authorization: Bearer YOUR_TOKEN"
Reference

Core endpoints

GET/api/contactsList and search your contacts.
POST/api/contactsCreate a contact.
GET/api/contacts/:idFetch one contact with its timeline.
POST/api/contacts/scan-cardUpload a card image and receive extracted fields.
GET/api/follow-upsList follow-ups by scope.
POST/api/contacts/:id/meetingsLog a meeting against a contact.
GET/api/calendars/eventsRead calendar events in a date range.
GET/api/sites/meFetch your public profile configuration.

Rate limits apply per token. Webhooks, Zapier and Make cover event-driven use cases without polling.

Get a token and start building

Available on every paid plan.