Setup your environment
Before you begin, make sure you have the following:Prerequisites
Prerequisites
- A Strike account with API access - Your service role key - A development environment (Node.js, Python, Go, etc.)
Make your first request
Let’s start by testing the service with a simple health check:Create your first user
Now let’s create a user account using the signup endpoint:Authenticate a user
Once you have a user, you can authenticate them to get access tokens:Make authenticated requests
Use the access token to make authenticated requests:Admin Authentication
For admin users, use the enhanced admin login endpoint that includes privilege verification:The admin login endpoint automatically verifies that the user has admin
privileges in the database. Non-admin users will receive a 403 Forbidden
response even with valid credentials.
Next Steps
Authentication Guide
Learn about different authentication methods and security best practices
User Management
Understand user lifecycle and profile management
API Reference
Explore all available endpoints and their parameters
Integration Guides
Step-by-step guides for common integration patterns