{ "opencollection": "1.0.0", "info": { "name": "Gandi Domain Authorization Availability API", "version": "5.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Availability", "type": "folder" }, "items": [ { "info": { "name": "Check domain availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.gandi.net/v5/domain/check", "params": [ { "name": "name", "value": "", "type": "query" } ] }, "docs": "Check the availability and pricing of a domain name." } ] } ], "bundled": true }