A
Auth0 My Account API
Details
- URL
-
https://{yourDomain}/me - Docs
- https://auth0.com/docs/api/myaccount
Authentication
Authorization: Bearer <credential> Create an Auth0 application and request a Management API token for audience https://{yourDomain}/api/v2/ with the scopes your integration needs, following Management API Access Tokens. For interactive use with the CLI, you can also run auth0 login or auth0 login --domain <your-domain> --client-id <client-id> --client-secret <client-secret> as documented in Auth0 CLI.