Java SDK
The official Orbit Java SDK provides a type-safe client for the Orbit API. Built for Java 17+, it supports all Orbit services with synchronous and asynchronous APIs, automatic retries, and structured error handling.Installation
Maven
Gradle
Quick Start
Messaging
Voice
Verify
Async Support
All methods are synchronous and throwIOException on network or API errors. Wrap calls in your own async executor if needed:
Webhooks
Error Handling
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | String | — | Your Devotel API key (required) |
baseUrl | String | https://orbit-api.devotel.io/api/v1 | API base URL |
Requirements
- Java 17 or later
- OkHttp and Jackson (included as dependencies)