{ "opencollection": "1.0.0", "info": { "name": "Aiven API Documentation Account Domains API", "version": "v1" }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "List domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/domains", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "
Returns a list of all verified domains in an organization.
" }, { "info": { "name": "Create a domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/organization/:organization_id/domains", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new domain in an organization.
" }, { "info": { "name": "Update a domain", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.aiven.io/v1/organization/:organization_id/domains/:domain_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "domain_id", "value": "", "type": "path", "description": "ID of a domain" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a domain in an organization.
" }, { "info": { "name": "Delete a domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aiven.io/v1/organization/:organization_id/domains/:domain_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "domain_id", "value": "", "type": "path", "description": "ID of a domain" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a domain from an organization.
" }, { "info": { "name": "Verify a domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/organization/:organization_id/domains/:domain_id/verify", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "domain_id", "value": "", "type": "path", "description": "ID of a domain" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Verifies a domain in an organization. If a user signs up to the Aiven platform with a verified domain, they are automatically added as managed users to the organization that has this domain verified.
" } ] } ], "bundled": true }