Skip to main content
When a server uses ezforge_managed auth, client applications must register as OAuth clients before they can request tokens. This follows RFC 7591 (Dynamic Client Registration). Required scope: Session authentication only.

List OAuth clients

Returns all registered OAuth clients for the server. Response 200:

Register OAuth client

Registers a new OAuth client for the server. Request body:
Response 201:
The clientSecret is only returned once at registration time. Store it securely — it cannot be retrieved again.

Delete OAuth client

Revokes the client registration. Any tokens previously issued to this client remain valid until they expire. Response 204: No content.