Documentation
OAuth 2.0 integration guide
Alf Mille combines verified identity (KYC) with Laravel Passport–powered OAuth 2.0. Use this guide to understand flows, endpoints, and safe integration patterns for your applications.
User Info Endpoint
After obtaining an access token, you can retrieve user information using the following endpoint:
GET Request
GET https://www.alfrae.com/api/user Authorization: Bearer YOUR_ACCESS_TOKEN
This endpoint is used with user-based tokens, typically from Authorization Code flow.