Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 apis scopes list

List the scopes of an API. To update scopes, run: auth0 apis update <id|audience> -s <scopes>.

Usage

auth0 apis scopes list [flags]

Examples

  auth0 apis scopes list
  auth0 apis scopes ls <api-id|api-audience>
  auth0 apis scopes ls <api-id|api-audience> --json
  auth0 apis scopes ls <api-id|api-audience> --json-compact
  auth0 apis scopes ls <api-id|api-audience> --csv

Flags

      --csv            Output in csv format.
      --json           Output in json format.
      --json-compact   Output in compact json format.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.