OpenAPI
The complete Reply.io API specification is available in OpenAPI 3.1 format. You can use this specification to generate client libraries, explore the API structure, or import into your favorite API tools.View OpenAPI Spec
Open the complete OpenAPI specification (YAML)
Postman
Import the Reply.io API collection into Postman for easy testing and exploration.What’s Included
The collection includes:- All Reply.io API endpoints - Sequences, Contacts, Email Accounts, Templates, and more
- Environment template - Pre-configured variables for quick setup
- Authentication headers - API key configuration ready to use
Setup
1
Get Your API Key
- Log in to your Reply.io account
- Navigate to Settings → API Keys
- Create a new API key or copy an existing one
- User (
usr_xxx) - Single user access - Team (
team_xxx) - Team-wide access - Organization (
org_xxx) - Organization-wide access
2
Import Collection
- Open Postman
- Click Import in the top left
- Select Link and paste:
- Click Import to add the collection
3
Configure Environment
Create a new environment in Postman with these variables:
| Variable | Description | Example |
|---|---|---|
baseUrl | API endpoint | https://api.reply.io/v3 |
apiKey | Your Reply.io API key | usr_xxxxxxxxxxxxx |
4
Set Authentication
The API uses API key authentication. Set up your requests:Option 1: HeaderOption 2: Query Parameter