HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Charge Point / Send Custom OCPP Command

Send a custom OCPP message to a charge point. This is a synchronous endpoint that waits for the charge point response or timeout. The raw response from the charge point is returned without transformation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The numeric ID of the charge point

Body Params
string
required

OCPP command name (e.g., "GetConfiguration", "TriggerMessage", "SetChargingProfile")

payload
object

JSON payload matching the OCPP specification structure. May be omitted for OCPP commands that take no payload, such as ClearCache and GetLocalListVersion; omitting it sends the command with an empty payload ({}). An explicit null is rejected with a validation error.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json