Overview
The Scute API provides programmatic access to manage your authentication infrastructure. Use it to:- Manage users and their authentication methods
- Configure apps and workspaces
- Set up webhooks for real-time events
- Handle verification flows
Base URL
Authentication
Scute uses two types of authentication tokens:API Secret Token
For server-to-server requests, use your API Secret in theAuthorization header:
User Access Token
For user-specific operations, include the user’s JWT access token in theX-Authorization header:
Common Response Formats
Success Response
Error Response
Rate Limits
API requests are rate-limited to ensure fair usage. If you exceed the rate limit, you’ll receive a429 Too Many Requests response.
Need Help?
- Check out our Guides for implementation examples
- Review Error Handling for troubleshooting