# Vortex ## Docs - [Configure autojoin domains for a target scope](https://docs.vortexsoftware.com/api-reference/invitations--autojoin/configure-autojoin-domains-for-a-target-scope.md): This endpoint syncs autojoin domains for a target scope. It will add new domains, remove domains not in the provided list, and disable autojoin if all domains are removed (empty array). If domains are added, autojoin is automatically enabled again. - [Delete autojoin domain](https://docs.vortexsoftware.com/api-reference/invitations--autojoin/delete-autojoin-domain.md): Deletes a specific domain from the list of allowed domains for autojoin. If this is the last domain, autojoin will be disabled. - [Get autojoin domain by ID](https://docs.vortexsoftware.com/api-reference/invitations--autojoin/get-autojoin-domain-by-id.md): Retrieves a specific autojoin domain configuration. - [Get autojoin domains for a specific scope](https://docs.vortexsoftware.com/api-reference/invitations--autojoin/get-autojoin-domains-for-a-specific-scope.md): This endpoint retrieves the list of domains configured for autojoin for a specific scope, and is typically used to provide an interface for your customers’ admins to manage autojoin settings (i.e., adding and removing domains, independent of the invite form). - [Get autojoin invitations by domain](https://docs.vortexsoftware.com/api-reference/invitations--autojoin/get-autojoin-invitations-by-domain.md): Retrieves all autojoin invitations configured for a specific domain. - [Accept an invitation](https://docs.vortexsoftware.com/api-reference/invitations/accept-an-invitation.md): This endpoint is used to accept a pending invitation using the invitation ID. - [Delete all invitations by scope](https://docs.vortexsoftware.com/api-reference/invitations/delete-all-invitations-by-scope.md): This endpoint is used to delete all invitations associated with a specific scope. - [Delete an invitation](https://docs.vortexsoftware.com/api-reference/invitations/delete-an-invitation.md): This endpoint is used to delete an invitation by its ID. - [Get an invitation by ID](https://docs.vortexsoftware.com/api-reference/invitations/get-an-invitation-by-id.md): Fetch invitation details by invitation ID. Typically used during your acceptance flow, after parsing the invitation ID out of the URL when an invitee is redirected to your landing page. - [Get open invitations by scope](https://docs.vortexsoftware.com/api-reference/invitations/get-open-invitations-by-scope.md): Retrieves all open invitations for the specified scope, including autojoin invitations if they exist. - [Get open invitations for an invitee](https://docs.vortexsoftware.com/api-reference/invitations/get-open-invitations-for-an-invitee.md): This endpoint retrieves open invitations for a specific invitee, as identified by target type (e.g., email, phone, internal) and value. If your flow has autojoin enabled, and the target is an email, scopes (e.g., workspace, org, etc.) that can be joined based on email domain will also be returned. - [Re-send an invitation](https://docs.vortexsoftware.com/api-reference/invitations/re-send-an-invitation.md): This endpoint re-sends an invitation to a specific invitee, as identified by the invitation ID. - [C# SDK](https://docs.vortexsoftware.com/sdk/csharp.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [Go SDK](https://docs.vortexsoftware.com/sdk/go.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [Java SDK](https://docs.vortexsoftware.com/sdk/java.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [typescript SDK](https://docs.vortexsoftware.com/sdk/node.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [PHP SDK](https://docs.vortexsoftware.com/sdk/php.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [Python SDK](https://docs.vortexsoftware.com/sdk/python.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [Ruby SDK](https://docs.vortexsoftware.com/sdk/ruby.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [Rust SDK](https://docs.vortexsoftware.com/sdk/rust.md): This backend SDK securely signs user data for Vortex components. Your API key stays on your server, while the signed token is passed to the frontend where Vortex components render the invitation UI. - [SDK Overview](https://docs.vortexsoftware.com/sdk/sdk-overview.md) - [Charts](https://docs.vortexsoftware.com/userguide/an/charts.md) - [Events](https://docs.vortexsoftware.com/userguide/an/vortex-events.md) - [Advanced Use Cases](https://docs.vortexsoftware.com/userguide/if/advanced.md) - [Invitation Form](https://docs.vortexsoftware.com/userguide/if/invitation-form.md) - [Invitation Methods](https://docs.vortexsoftware.com/userguide/if/invitation-methods.md) - [Publishing](https://docs.vortexsoftware.com/userguide/if/publish.md) - [Templates](https://docs.vortexsoftware.com/userguide/if/templates.md) - [Installation](https://docs.vortexsoftware.com/userguide/qs/installation.md) - [Invitation Flows](https://docs.vortexsoftware.com/userguide/qs/invitation-flows.md) ## OpenAPI Specs - [api-json](https://api.vortexsoftware.com/api-json) - [discovery-openapi](https://docs.vortexsoftware.com/discovery-openapi.json) - [admin-openapi](https://docs.vortexsoftware.com/admin-openapi.json) - [openapi](https://docs.vortexsoftware.com/api-reference/openapi.json) ## AsyncAPI Specs - [asyncapi](https://docs.vortexsoftware.com/asyncapi.yaml)