Skip to main content

Get SDK Key

GET 

/v1/configs/:configId/environments/:environmentId

This endpoint returns the SDK Key for your Config in a specified Environment.

Request

Path Parameters

    configId uuidrequired

    The identifier of the Config.

    environmentId uuidrequired

    The identifier of the Environment.

Responses

Schema

    primary stringnullable

    The primary SDK key.

    secondary stringnullable

    The secondary SDK key.

Loading...