# Developer documentation API **Provider:** Developer documentation **Category:** communication **Base URL:** `https://api.journy.io` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/journy.io/1.0.0.json ## Description Welcome Implementing a new tool can be daunting, but it doesn't have to. You can implement journy.io in a few different ways to ensure it fits with the rest of your tech stack seamlessly. We welcome your feedback, ideas and suggestions. We really want to make your life easier, so if we’re falling short or should be doing something different, we want to hear about it. Send us an email at [hi@jo ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | DELETE | `https://api.journy.io/accounts` | Delete account | | POST | `https://api.journy.io/accounts/upsert` | Create or update account | | POST | `https://api.journy.io/accounts/users/add` | Add users to an account | | POST | `https://api.journy.io/accounts/users/remove` | Remove user from account | | GET | `https://api.journy.io/events` | Get events | | POST | `https://api.journy.io/events` | Track event | | POST | `https://api.journy.io/link` | Link web activity to user | | GET | `https://api.journy.io/properties/accounts` | Get account properties | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://api.journy.io/accounts' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/developer-documentation/) — CC BY 4.0*