Skip to main content

Introducing

Thunder LogoThunder Logo

Auth for the Modern Dev

The world's most flexible, truly open source identity platform,
powered by open source innovation.
Get StartedStar on GitHub
Welcome to Teamspace

Enter your username to continue sign-in to the application

Don't have an account? Sign up
Sign in to ACME

Enter your basic credentials or go through social login to continue

Don't have an account? Sign up
Verify OTP

Enter the temporary passcode sent to your email to continue

Don't have an account? Sign up

REST API Reference

Integrate Thunder's authentication and identity management capabilities into your applications with our comprehensive REST APIs. Manage users, applications, flows, and more programmatically.

Get started with Thunder REST APIs →
Create an application

Register OAuth applications with custom flows

Create an auth flow

Build custom authentication flows with executors

Manage users

Create, update, and manage user accounts

POST /applications

Create a new application

POST

/api/v1/applications

Authorization

Bearer Token

eyJhbGciOiJIUzI1NiIsInR5...

Request Body
JSON
1{
2 "name": "My Web Application",
3 "description": "Customer portal",
4 "auth_flow_id": "edc013d0-e893-4dc0...",
5 "template": "spa"
6}

Response

201
Application created successfully

Join the community

Engage with our ever-growing community to get the latest updates, product support, and more.

Join the Discussions

Connect with the community, ask questions, and share your ideas

Good First Issues

Start contributing with beginner-friendly issues to get involved

© 2026 Thunder. All rights reserved.
Terms & ConditionsPrivacy Policy