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
- 200
- 400
- 404
- 429
- application/json
- Schema
- Example (from schema)
Schema
primary stringnullable
The primary SDK key.
secondary stringnullable
The secondary SDK key.
{
"primary": "string",
"secondary": "string"
}
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...