Fastgen home page
Search...
⌘K
Log in
Sign Up
Sign Up
Search...
Navigation
Logout
Documentation
University
Community Slack
Changelog
Status Page
Welcome
Introduction
Getting Started
First Steps
Create first API route
Create first Workflow
Connect your App
University
Community Help
API Routes
Overview
Authentication
Validation
Workflows
Event-based
Time-based
Email-based
Functions
Overview
Actions
Flow Controls
Native Actions
Integrations
Responses
Variables
Overview
Functions
Environment variables
User Management
Overview
API
Database
Overview
Direct connect
IP Whitelist
Connect external DB
File Storage
Overview
Creating a bucket
Uploading files
Access your files
Limits
Developer Tools
Debug Mode
Logging
System Events
Shortcuts
Version Control
Pricing
Pricing Model
Plans
External tools
Integration Tokens
Limits
Limits
On this page
Overview
Example Request
Logout
Overview
To end a user’s session and log them out, use the
/auth/signout
endpoint.
Example Request
curl
python
Copy
curl
--location
--request
POST
'https://my-project.fastgenapp.com/auth/signout'
Assistant
Responses are generated using AI and may contain mistakes.