Hub role: SENDER (Hub → eMSP async + pull)
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /ocpi/2.2.1/cdrs | Pull CDRs belonging to this eMSP (paginated) |
GET | /ocpi/2.2.1/cdrs/{cdr_id} | Pull one CDR by id |
POST | Your CDRs RECEIVER URL | Async CDR delivery from Hub |
Push + pull
You receive CDRs via async push. Use GET /cdrs (with optional date_from) for backfill. Pull returns only CDRs where cdr_token identifies your party.
Async delivery
After CPO POST, the Hub worker forwards to:
POST /ocpi/2.2.1/cdrs
on your registered receiver URL.
Related docs
OCPI spec
See OCPI 2.2.1 CDRs module for full CDR object definitions.