{ "opencollection": "1.0.0", "info": { "name": "Clusters Authentication Communities API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Communities", "type": "folder" }, "items": [ { "info": { "name": "Check community name availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.clusters.xyz/v1/names/community/:communityName/check/:name", "params": [ { "name": "communityName", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Check the availability of a community cluster name." }, { "info": { "name": "Register a community name", "type": "http" }, "http": { "method": "POST", "url": "https://api.clusters.xyz/v1/names/community/:communityName/register", "params": [ { "name": "communityName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Register a community cluster name. Requires a wallet-signature bearer token." } ] } ], "bundled": true }