DMflo Authentication
DMflo uses OAuth 2.0 authorization code flow. Request only the scopes your agent needs.
OAuth 2.0 Endpoints
- Authorization URL —
https://trydmflo.com/oauth/authorize - Token URL —
https://trydmflo.com/oauth/token
Scopes
geo:read— Read geographic routing data for regional pricingwaitlist:write— Submit a new waitlist entrywaitlist:read— Read existing waitlist entries
Protected-Resource Metadata
Machine-readable scope declarations available at /.well-known/protected-resource.json (RFC 9728).
Getting Started
1. Register your application at DMflo Developer Portal.
2. Redirect users to the authorization URL with your requested scopes.
3. Exchange the authorization code for an access token at the token URL.
4. Include the access token in the Authorization header of API requests.