Skip to content

TIMIFY Developer Platform

Build booking and scheduling integrations on TIMIFY

Use APIs, webhooks, and developer tools to connect scheduling, customer, and operational workflows.

REST APIsWebhooksMulti-account appsGuides

Developer workspace preview

Production workspace

Live accountbooking.created

App credentials, account context, webhook state, and recent activity in one operational view.

AppBooking Sync
Account contextberlin-hq
Token statusBearer active
Webhook healthHealthy
Latest event payload
{  "event": "booking.created",  "account": "berlin-hq",  "delivery": "delivered"}

Latest delivery reached https://example.com/webhooks/timify and app credentials remain in sync.

Authentication

Authenticate once and move directly into live scheduling data

Start with the same credential exchange path used in production, then move into resources, appointments, and customers without changing surfaces.

Exchange credentials securely.
Follow the same path used in production.
Move from auth to resources, appointments, and customers quickly.

Auth request

Token exchange

POST/v1/auth/token

Request credentials, receive a bearer token, and continue into protected endpoints.

Request methodPOST
Response200 OK
Token lifetime3600s
Request snippet
curl -X POST https://api.timify.com/v1/auth/token \  -H "Content-Type: application/json" \  -d '{"appid":"YOUR_APP_ID","appsecret":"YOUR_APP_SECRET"}'

Use the bearer token for live scheduling, customer, and operational endpoints.

Developer Portal

Keep apps, credentials, and account context visible while teams implement

Use the portal as an operational view for application ownership, client credentials, and the business account your team is working against.

Manage multiple apps from one portal.
Connect work to the correct business account.
Keep operational details close to the docs.

App overview

Booking Sync

berlin-hqActive

One panel for app identity, credential lifecycle, status, and selected account context.

Client IDapp_live_28f3...
Last secret rotation14 days ago
Account contextberlin-hq
StatusActive

Keep app operations and account-aware implementation guidance in the same portal workflow.

Webhooks

Use webhook tooling to power real-time booking workflows

Configure event delivery, validate replay behavior, and connect downstream systems with a clearer operational view of webhook state.

Subscribe to operational events.
Validate delivery and replay flows.
Connect downstream systems reliably.

Webhook configuration

booking.created

Replay enabledRetry active

Monitor endpoint configuration, signing state, delivery posture, and replay readiness from one panel.

Endpointhttps://example.com/webhooks/timify
Signing secretConfigured
Delivery statusHealthy
Replay stateAvailable

Use replay and delivery tooling to support reliable downstream workflows.

Start building on TIMIFY

Start building on TIMIFY

Use quickstart guides, API reference, and developer tooling from one portal.