# Register an OAuth client

> [RFC 7591](https://www.rfc-editor.org/rfc/rfc7591) Dynamic Client Registration — the

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Register an OAuth client"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/register"}
  context={"endpoint"}
>
  
</MethodEndpoint>

[RFC 7591](https://www.rfc-editor.org/rfc/rfc7591) Dynamic Client Registration — the
self-serve half of the flow, which lets a client onboard itself with no operator step.

A client that registers with `token_endpoint_auth_method: none` is public and receives no
secret; any other method yields a `client_secret` that does not expire.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./register-oauth-client.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./register-oauth-client.StatusCodes.json")}
>
  
</StatusCodes>
