post https://{tenantUrl}/public-api/actions/evse/v1.0//trigger-message
Trigger message to given EVSE
Log in to see full request history
Responses
202Action accepted
406Action rejected
422The payload you provided is invalid
Trigger message to given EVSE
202Action accepted
406Action rejected
422The payload you provided is invalid
xxxxxxxxxx
curl --request POST \
--url https://example.com/public-api/actions/evse/v1.0/evse/trigger-message \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "BootNotification"
}
'
Try It!
to start a request and see the response here! Or choose an example: