{ "opencollection": "1.0.0", "info": { "name": "Calyptia Cloud agent user API", "version": "1.0" }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "Request verification email", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v1/verification_email", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Request a verification email for the user.\nWhen a new user registers within Calyptia Cloud with password, it should receive a verification email, in the case it didn't receive it, or the email expired already, use this endpoint to request a new one." } ] } ], "bundled": true }