auth0 apis list
List your existing APIs. To create one, run: auth0 apis create
.
Usage
auth0 apis list [flags]
Examples
auth0 apis list
auth0 apis ls
auth0 apis ls --number 100
auth0 apis ls -n 100 --json
auth0 apis ls --csv
Flags
--csv Output in csv format.
--json Output in json format.
-n, --number int Number of APIs to retrieve. Minimum 1, maximum 1000. (default 100)
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 apis create - Create a new API
- auth0 apis delete - Delete an API
- auth0 apis list - List your APIs
- auth0 apis open - Open the settings page of an API
- auth0 apis scopes - Manage resources for API scopes
- auth0 apis show - Show an API
- auth0 apis update - Update an API