Back to catalog
🔐

Auth0

API Key

Easy to implement, adaptable authentication and authorization platform

🔐Authentication & AuthorizationHTTPSCORS enabled

User

jane.doe@example.com

User IdAuth0|65a3f1bc9e7d4200123abcde
EmailJane.doe@example.com
NameJane Doe
NicknameJane.doe
Logins Count87
Last Login2026-02-24T19:45:12.000Z
Email VerifiedYes

Sample Response

response.json
1{
2 "user_id": "auth0|65a3f1bc9e7d4200123abcde",
3 "email": "jane.doe@example.com",
4 "name": "Jane Doe",
5 "nickname": "jane.doe",
6 "logins_count": 87,
7 "last_login": "2026-02-24T19: 45: 12.000Z",
8 "email_verified": true
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://auth0.com" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs