HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.210.0 release notes

  1. New features
    1. Added the POST /public-api/oauth/token endpoint for OAuth 2.0 Client Credentials token exchange. You can now exchange a client_id and client_secret for a short-lived bearer token using either HTTP Basic authentication or request-body credentials.
    2. Added the POST /public-api/actions/user/v1.0/{user}/revoke-marketing-consent endpoint. This action revokes a user's marketing consent and accepts an optional reason field.
    3. Added the optional publicSharingEnabled, roamingPublicationEnabled, and publicSharingReimbursementPolicyId fields to PATCH /public-api/resources/charge-points/v2.0/{chargePoint}. These fields let you manage public sharing and reimbursement settings for eligible personal charge points.
    4. Added the optional publicSharingEnabled, roamingPublicationEnabled, and publicSharingReimbursementPolicyId fields to responses from GET /public-api/resources/charge-points/v2.0, POST /public-api/resources/charge-points/v2.0, GET /public-api/resources/charge-points/v2.0/{chargePoint}, and PATCH /public-api/resources/charge-points/v2.0/{chargePoint}.
    5. Added the optional company_name, company_tax_id, company_address, company_city, company_postal_code, company_country, and company_receipts_enabled fields to the request bodies of POST /public-api/resources/users/v1.1 and PATCH /public-api/resources/users/v1.1/{user}.
    6. Added the optional companyName, companyTaxId, companyAddress, companyCity, companyPostalCode, companyCountry, and companyReceiptsEnabled fields to responses from the Users v1.1 endpoints, including GET /public-api/resources/users/v1.1, GET /public-api/resources/users/v1.1/{user}, POST /public-api/resources/users/v1.1, and PATCH /public-api/resources/users/v1.1/{user}.