Hub role: RECEIVER (Hub forwards eMSP authorize to CPO)
Endpoints
| Method | Path | Description |
|---|---|---|
PUT | /ocpi/2.2.1/tokens/{cc}/{pid}/{token_uid}/authorize | Receive authorization from eMSP via Hub |
Implement this receiver on your OCPI platform. When an eMSP initiates charging, the Hub forwards authorization to you:
PUT /ocpi/2.2.1/tokens/{emsp_cc}/{emsp_pid}/{token_uid}/authorize
Respond with ALLOWED, BLOCKED, NOT_ALLOWED, or UNKNOWN.
Rate limit
100 requests/minute per party (shared Hub limit on the authorization path).
Related docs
OCPI spec
See OCPI 2.2.1 Tokens module for full authorization request/response objects.