Endpoint summary
Every endpoint exposed by the Partner API, grouped by section.
Every Partner API endpoint, grouped by the section it lives in. Paths are relative to the base URL.
Transactions
| Method | Path | Reference |
|---|---|---|
GET | /v1/transactions/ | Get transaction list |
GET | /v1/transactions/{transaction_id}/ | Get transaction detail |
Reconciliation
| Method | Path | Reference |
|---|---|---|
GET | /v1/trading-periods/ | Get trading period list |
GET | /v1/trading-periods/{trading_period_id}/ | Get trading period detail |
Users
| Method | Path | Reference |
|---|---|---|
GET | /v1/users/{user_account_id}/ | Get user detail |
GET | /v1/users/ | Get user list |
Webhooks
| Method | Path | Reference |
|---|---|---|
GET | /v1/webhooks/subscriptions | List webhook subscriptions |
POST | /v1/webhooks/subscriptions | Create webhook subscription |
DELETE | /v1/webhooks/subscriptions/{subscription_id} | Delete webhook subscription |
Service
| Method | Path | Reference |
|---|---|---|
GET | /v1/health | Get health |

