Create a client of a setup using DCR
POST/v3/modules/:module/setups/:setupId/clients
Creates an OAuth client using the Dynamic Client Registration (DCR) standard protocol. Only client creation is supported; reads, updates and deletions must be done via the V2 API.
Request
Responses
- 201
- 400
- 403
- 404
The client was registered successfully using DCR; the response contains the client's credentials and metadata
The DCR request body contains invalid or missing client metadata fields
The caller does not have the required privileges to register clients in this setup
No setup exists with the specified ID