Skip to main content
The ApyConnect API lets you build on top of your workspace: contacts, conversations, multichannel messaging, campaigns, analytics, and webhooks. Base URL: https://api.apyconnect.io.

OpenAPI spec

The full 3.1 spec (same one that powers the Reference tab).

Download Postman

Collection ready to import into Postman/Insomnia.

1. Create an Application

Under Settings → API, create an Application. You’ll get a client_id and a client_secret (the secret is shown only once). Pick the scopes it will need.

2. Get an access token

Tokens are short-lived opaque Bearer tokens (~1 h), issued with the client_credentials grant:
Scopes aren’t requested here — the token inherits its Application’s scopes. Check them at GET /v1/me.

3. Make your first call

Every response is wrapped and carries a request_id for support:

Next