1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/easypost.md
btkcodedev 7421580456 source-easypost contribution from btkcodedev (#46287)
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2024-10-01 13:33:54 -07:00

40 lines
1.7 KiB
Markdown

# Easypost
This directory contains the manifest-only connector for [`source-easypost`](https://www.easypost.com/).
## Documentation reference:
- Visit [`https://docs.easypost.com/docs/addresses`](https://docs.easypost.com/docs/addresses) for API documentation
## Authentication setup
`EasyPost` uses api key authentication routed as Basic Http, Visit `https://docs.easypost.com/docs/authentication` for getting your api keys.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `username` | `string` | API Key. The API Key from your easypost settings | |
| `start_date` | `string` | Start date. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| batches | id | DefaultPaginator | ✅ | ✅ |
| addresses | id | DefaultPaginator | ✅ | ❌ |
| trackers | id | DefaultPaginator | ✅ | ✅ |
| metadata_carriers | name | No pagination | ✅ | ❌ |
| end_shippers | id | DefaultPaginator | ✅ | ❌ |
| webhooks | id | DefaultPaginator | ✅ | ✅ |
| users_children | id | DefaultPaginator | ✅ | ✅ |
| carrier_accounts | id | DefaultPaginator | ✅ | ✅ |
| api_keys | id | DefaultPaginator | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.1 | 2024-10-01 | [46287](https://github.com/airbytehq/airbyte/pull/46287) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |
</details>