Changelog
Gandi's Public API Changelog ¶
2024-08-31
- Certificate API
- Add new certificates provider Digicert
2024-07-26
- Update Authentication documentation about PATs and deprecated API keys.
2024-07-23
- Web Hosting API
- Deprecate
access_information.deploy
field on Web Hosting instance detail route. - Add
access_information.sftp
field on instance detail route anddeployment
field on vhost detail route.
- Deprecate
2024-07-17
- Mailbox API
- Added
/mailbox/forwards
route that create mailbox forwardings (POST)
- Added
2024-04-24
- Domain API
- Allow owner update on
given
andfamily
forcompany
:
- Allow owner update on
2024-04-11
- Domain API
- Add parameter
icann_contract_accept
needed to update the owner email route.
- Add parameter
2024-02-02
- Email API
- when renewing a mailbox an error occur if the organization have a prepaid with 0 and no other way to pay.
2024-02-01
- Web Hosting API
- Remove all references to the subscription_ended attribute.
2024-02-01
- Email API
- Added an example to document how to send a
sharing_id
when renewing a mailbox
- Added an example to document how to send a
2024-01-15
Certificate API
- Added
resellee_id
option to create certificate for third parties instead of the owner organization
- Added
LiveDNS API
- Added missing
sort_by
option on snapshot route - Added
text/plain
output (via Accept header) on snapshots details
- Added missing
2024-01-02
- Domain API
- Added
/{domain}/transferout
route that validate transfer out request (POST)
- Added
2023-12-14
- Certificate API
- Add
sort_by
on certificate list route
- Add
2023-11-28
- Organization API
- Add new fields
orgname
,type
,vat_number
andcorporate
in the response of Show organization information route.
- Add new fields
2023-10-16
- Web Hosting API
- Add usage route on instances. Allows to get disk usage of the instance.
2023-10-10
- Email API
2023-10-02
- Web Hosting API
- Fix the status value of an active Web Hosting instance. As always specified by the API documentation, the status of an active instance is
active
and no longerrunning
.
- Fix the status value of an active Web Hosting instance. As always specified by the API documentation, the status of an active instance is
2023-09-29
Certificate API
We now manage intermediate certificates on a per-certificate basis:
The "intermediate" href of the certificate will change depending on the actual issuer, pointing to a new route:
/pem/-/{Intermediate.pem}
. The old route is still valid but the contents was changed to match the new (2023) intermediates
2023-09-21
- Email API
- Add field
mailbox_type
on PATCH route. This new field allows you to change your offer.
- Add field
2023-09-20
- Certificate API
- Intermediate certificates can be downloaded directly with
Accept
header
- Intermediate certificates can be downloaded directly with
2023-09-11
- Certificate API
- New intermediate certificates available in
/certificate/pem/{type}
route
- New intermediate certificates available in
2023-08-31
- Authentication
- The
Authorization
header supports Bearer tokens. Personal Access Tokens are now the prefered authentication mechanism. The API Key is deprecated.
- The
2023-08-28
- Email API
2023-08-07
- Email API
2023-07-27
- Email API
- Added
/mailboxes/{domain}/renew
route that renews all mailboxes fordomain
(POST) - Added
/mailboxes/{domain}/{email}/renew
route that renews specific mailbox fordomain
andemail
(POST) - These routes can also be used to convert your mailboxes from free to charged. If you don't convert them, they will be deleted on the expiration date
- Added
2023-07-21
- Email API
- New offers are available
standard_2023
(standard 10GB) andpremium_2023
(premium 50GB), this values can be used to :- create a new mailbox
- buy a mailbox
- you can also retrieve the offer for a specific mailbox
- New offers are available
2023-07-12
- Certificate API
altnames
field added in /dcv_params response body
2023-05-11
- Domain API
- Added information about the status field in the
/domain/check
api
- Added information about the status field in the
2023-05-26
- Email API
- Add missing
total-count
header on/slots/{fqdn}
(GET)
- Add missing
2023-03-22
- Certificate API
- Tag management added to the certificate API:
tags
property added to the "issued-certs" routes (GET)/certificate/issued-cert/{id}/tags
route added
- Tag management added to the certificate API:
2023-03-09
- Domain API
- Added
reachability
in domain details returned information GET/v5/domain/domains/{domain}
- Added
2023-03-07
- Email API
- Fix routes for email migration API
2023-03-06
- Domain API
- Add missing
total-count
header on/domain/{fqdn}/webredirs
- Add missing
2023-02-21
- Email API
- Add methods to migrate mailboxes
2023-02-17
Added
- Content-Type header notes for POST/PUT/PATCH requests
2023-02-16
Added
- Organization API
- add an api
/organization/{id}/action
for non CRUD operations. currently, the only action here isrelease_resellee
which is used to release a customer of a reseller organization.
- add an api
2023-02-03
Added
- Domain API
- add paging on
/tlds
- add paging on
2023-01-04
Added
- Domain API
- Added the claims route that allows the creation of some domains protected by trademark claims
2022-11-10
Added
- Domain API
- Added the domain deletion, this is a restricted feature.
Added
- Simplehosting API
- Added the possibility to register a free domain during Web Hosting creation
2022-10-12
Added
- Domain API
- Added the domain creation status route
2022-10-04
Added
- Email API
- Added filters for antispam and mailbox type in mailbox list
2022-08-30
Added
- Email API
- Added antispam switch per domain and mailbox
- Added DKIM switch per domain
2022-08-19
Changed
- Simplehosting API
- Reword Web Hosting creation's billing requirements
2022-08-18
Changed
- Simplehosting API
- Change instance sizes to match the new offer
- Remove deprecated trial option from Web Hosting
2022-07-25
Changed
- SimpleHosting API
- Rework
booster
andfree_booster
details in/instance/{id}
GET route.
- Rework
2022-04-26
Changed
- Domain API
- Rename
nameserver_ips
tonameservers_ips
- Rename
2022-04-05
Added
- Mailbox API
- Add filter
destination
on forwarding addresses.
- Add filter
2022-03-23
Added
- SimpleHosting API
- Added booster support on
/instance/{id}
PATCH route.
- Added booster support on
2022-03-01
Added
- Domain API
- Added
/domain/{fqdn}/authinfo
route that resets the authinfo code of a domain
- Added
2022-02-18
Added
- GandiCloud VPS API
2022-02-01
Added
- Domain API
- Webredir list in CSV format with "Accept" header
- Email API
- Forwards list in CSV format with "Accept" header
- Mailboxes list in CSV format with "Accept" header
2022-01-27
Added
- Domain API
- Added route
/domain/transferin/{fqdn}/authinfo
to allow updating the authinfo of pending incoming transfers
- Added route
2021-11-30
Changed
- API is now stable and ready to be consumed 🔥
2021-11-29
Added
- Email API
- Added
alias_count
in mailbox list returned information
- Added
2021-11-10
Added
- Organization API
- Improve customers management for resellers. Expose
PATCH
andDELETE
routes for customer management. Add more fields (reference
and address fields) in theGET
route. - Add the
reference
field on the/organizations
routes.
- Improve customers management for resellers. Expose
2021-11-08
Added
- New Authentication topic
2021-10-27
Added
- SimpleHosting API
- New route available to modify an instance
2021-10-26
Added
- Domain API
- add paging on
/hosts
- add paging on
2021-10-19
Added
- SimpleHosting API
- New routes available to create and delete an instance
- New route available to purge a vhost cache
2021-10-14
Added
- Domain API
- New querystring filter available on
/domains
:nameserver
- New querystring filter available on
2021-09-21
Added
- Organization API
- Add new routes to create, update and delete organizations.
2021-09-07
Added
- Domain API
- field
domain_owner
will always be "given family" e.g. "John Doe"
- field
2021-07-07
Added
- Domain API
- Added DNSSEC key management
2021-06-23
Added
- Certificate API
- DCV parameters route per certificate
2021-06-10
Added
- Comment API initial release
- Domain API
- Added domain owner change routes
2021-05-19
Added
Domain API
- Added tag management
Domain API
- Convert domain contact type from integer to string
individual
company
association
publicbody
- Convert domain contact type from integer to string
2021-05-06
Added
- Domain API
- Added additional information about extra parameters and country list
2021-04-22
Added
- LiveDNS API
- Added support of NAPTR records
2021-04-21
Added
- Domain API
- Added
/v5/domains/domain/{fqdn}/reachability
route to relaunch the domain reachability process
- Added
2021-03-15
Added
- Domain API
- Added route to update a domain owner's information
2021-03-09
Added
- Organization API
- Added route to get a customer by its id
2021-02-25
Added
- Certificate API initial release
2020-12-10
Added
- Domain API
- Added
template_id
to domain create and transfer parameters
- Added
2020-11-26
Added
- Organization API
- Fix the customer creation http return code
2020-10-15
Added
- Template API initial release
- Domain API
- Added a domain transfer lock/unlock route
2020-09-15
Added
- Simplehosting API
- Add vhost create, update and delete
2020-07-22
Added
- Domain API
- Added a beta version of the transferin routes
2020-07-10
Added
- Domain API
- Filtered-Count header in domain list result.
2020-07-02
Added
- SimpleHosting API
- Add vhost list and details
- Add instance actions (restart, activate console, reset db password)
- Domain API
- New querystring filter available on
/domains
:resellee_id
- New querystring filter available on
2020-06-18
Added
- SimpleHosting API initial release
2020-05-07
Added
- Domain API
- Added reseller's client information in domain details.
2020-04-24
Added
- Mailbox API
- Support for sharing_id in slot creation.
2020-01-06
Added
- Domain API
- added missing support for sharing_id and dry-run on domain renewal
2019-12-20
Added
- Mailbox API
- Support for sharing_id and dry-run in upgrade/downgrade offer.
- Support for dry-run in mailbox creation
2019-12-06
Added
- LiveDNS API
- Automatic snapshots feature: automatic snapshots will be created with any record modification
- added
automatic
flag on the snapshot list / info - added
automatic_snapshots
attribute on the /domains/{fqdn} route to disable this feature per-domain
2019-10-31
Added
- Mailbox API
- Upgrade / Downgrade mailbox offer
2019-10-22
Added
- LiveDNS API initial release
2019-10-01
Added
- Organization API
- Organization customers list
- Organization customer creation
2019-08-22
Fixed
- Billing API
- Fixed a bug with billing information in some cases
2019-07-15
Added
- Domain API
- Support for buying a domain as a reseller for a customer
2019-07-10
Added
- Domain API
- Domain list in CSV format with "Accept" header
Changed
- Domain API
- Domain renew information (GET) returned schema simplified
2019-07-08
Added
- Mailbox API
- Forwarding addresses management
2019-06-24
Added
- Organization API
- Organization list
Changed
- Domain API
- Domain details and contact list always returns all contacts
2019-05-23
Added
- Domain API
- Domain hosts (glue records)
- Domain nameservers
2019-05-16
Added
- Dry-Run header support in domain create operation
2019-05-13
Added
- Organization API
- Current authenticated user information
2019-05-06
Added
- Added code examples in various languages for all API methods.
2019-04-10
Added
- Domain API
- Domain availability and price check
- Domain create
- Domain list and details
- Domain contacts update
- Domain autorenew update
- Domain renew and restore
- Tld list and info
- Billing API
- Account information
2019-02-21
Added
- Mailbox API initial release