Create a LaunchDarkly OAuth 2.0 client
Create (register) a LaunchDarkly OAuth2 client. OAuth2 clients allow you to build custom integrations using LaunchDarkly as your identity provider.
Headers
Authorization
Request
This endpoint expects an object.
name
The name of your new LaunchDarkly OAuth 2.0 client.
redirectUri
The redirect URI for your new OAuth 2.0 application. This should be an absolute URL conforming with the standard HTTPS protocol.
description
Description of your OAuth 2.0 client.
Response
OAuth 2.0 client response
_links
The location and content type of related resources
name
Client name
_accountId
The account ID the client is registered under
_clientId
The client’s unique ID
redirectUri
The client’s redirect URI
_creationDate
Timestamp of client creation date
description
Client description
_clientSecret
The client secret. This will only be shown upon creation.