Introduction to TinyRebrand OAuth 2.0
Learn about TinyRebrand's OAuth 2.0 implementation for secure API access
TinyRebrand provides a comprehensive OAuth 2.0 implementation that allows secure access to our API for both first-party and third-party applications. Our OAuth implementation follows industry standards and provides fine-grained access control through scopes.
What is OAuth 2.0?
OAuth 2.0 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service. It works by delegating user authentication to the service that hosts the user account and authorizing third-party applications to access the user account.
Key Features
Supported Grant Types
Authorization Code Flow
Recommended for third-party applications. This flow involves redirecting users to TinyRebrand's authorization server, where they grant permission to your application.
Password Grant Flow
Designed for first-party applications where you control both the client and server. Users provide their credentials directly to your application.
Base URL
https://api.tinyrebrand.com/api
Important Considerations
Next Steps
Ready to get started? Follow our quick start guide to make your first API call in minutes.