{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Invites API", "version": "1.0.0" }, "items": [ { "info": { "name": "Invites", "type": "folder" }, "items": [ { "info": { "name": "Get all the user invites", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/invites", "params": [ { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all the user invites" }, { "info": { "name": "Update invite for user (accept/reject)", "type": "http" }, "http": { "method": "PUT", "url": "https://app.dynamicauth.com/api/v0/invites/:inviteId", "params": [ { "name": "inviteId", "value": "", "type": "path", "description": "ID of the invite" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update invite for user (accept/reject)" }, { "info": { "name": "Delete invite for user", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.dynamicauth.com/api/v0/invites/:inviteId", "params": [ { "name": "inviteId", "value": "", "type": "path", "description": "ID of the invite" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete invite for user" }, { "info": { "name": "Fetches all the Invites the belong to the organization", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/invites", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetches all the Invites the belong to the organization" }, { "info": { "name": "Creates an invite to the organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.dynamicauth.com/api/v0/organizations/:organizationId/invites", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "ID of organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates an invite to the organization" } ] } ], "bundled": true }