Creating an API using Management API V2

In Auth0 Dashboard, I can create by choosing “APIs” on the left side and then clicking on “Create API” button on the right side. Is it possible to do this programmatically using Auth0 Management API v2 ? For instance, I can create "Application"s using this.

Hello, @cihat!

Of course. You can use the endpoints for Resource Servers (that’s the formal name that APIs have in the specification).

1 Like