3.210.0 release notes
about 9 hours ago by ReadMe API
- ✨ New features
- Added the
POST /public-api/oauth/tokenendpoint for OAuth 2.0 Client Credentials token exchange. You can now exchange aclient_idandclient_secretfor a short-lived bearer token using either HTTP Basic authentication or request-body credentials. - Added the
POST /public-api/actions/user/v1.0/{user}/revoke-marketing-consentendpoint. This action revokes a user's marketing consent and accepts an optionalreasonfield. - Added the optional
publicSharingEnabled,roamingPublicationEnabled, andpublicSharingReimbursementPolicyIdfields toPATCH /public-api/resources/charge-points/v2.0/{chargePoint}. These fields let you manage public sharing and reimbursement settings for eligible personal charge points. - Added the optional
publicSharingEnabled,roamingPublicationEnabled, andpublicSharingReimbursementPolicyIdfields to responses fromGET /public-api/resources/charge-points/v2.0,POST /public-api/resources/charge-points/v2.0,GET /public-api/resources/charge-points/v2.0/{chargePoint}, andPATCH /public-api/resources/charge-points/v2.0/{chargePoint}. - Added the optional
company_name,company_tax_id,company_address,company_city,company_postal_code,company_country, andcompany_receipts_enabledfields to the request bodies ofPOST /public-api/resources/users/v1.1andPATCH /public-api/resources/users/v1.1/{user}. - Added the optional
companyName,companyTaxId,companyAddress,companyCity,companyPostalCode,companyCountry, andcompanyReceiptsEnabledfields to responses from the Users v1.1 endpoints, includingGET /public-api/resources/users/v1.1,GET /public-api/resources/users/v1.1/{user},POST /public-api/resources/users/v1.1, andPATCH /public-api/resources/users/v1.1/{user}.
- Added the