Tokens (CPO)

Receive realtime token authorization requests from ChargeIndia Hub.

Hub role: RECEIVER (Hub forwards eMSP authorize to CPO)

Endpoints

MethodPathDescription
PUT/ocpi/2.2.1/tokens/{cc}/{pid}/{token_uid}/authorizeReceive 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).

OCPI spec

See OCPI 2.2.1 Tokens module for full authorization request/response objects.