Sponsored Charge Points
Approve a sponsored charge point
Approves one or more pending sponsored charge points. Mirrors the internal Portal2 endpoint.</br></br>Required scope: sponsored-charge-points:write </br>Organization authorization: supported
post/api/v1/sponsored-charge-points/approve
Request body
Example request
{
"sponsoredChargePointIds": [
1,
2,
3
],
"sponsoredPriceGroupId": 42,
"payForSubscriptions": true
}Response
Sponsored charge point(s) approved
Changes
No recorded changes to this endpoint across all 1 revision of this API.