Create a LaunchDarkly OAuth 2.0 client

POST
/api/v2/oauth/clients

Create (register) a LaunchDarkly OAuth2 client. OAuth2 clients allow you to build custom integrations using LaunchDarkly as your identity provider.

Request

This endpoint expects an object.
namestringOptional

The name of your new LaunchDarkly OAuth 2.0 client.

redirectUristringOptional

The redirect URI for your new OAuth 2.0 application. This should be an absolute URL conforming with the standard HTTPS protocol.

descriptionstringOptional

Description of your OAuth 2.0 client.

Response

OAuth 2.0 client response

namestring

Client name

_accountIdstring

The account ID the client is registered under

_clientIdstring

The client’s unique ID

redirectUristring

The client’s redirect URI

_creationDatelong

Timestamp of client creation date

descriptionstringOptional

Client description

_clientSecretstringOptional

The client secret. This will only be shown upon creation.

Errors

Built with