Get all environment SDK keys

Get all SDK keys for a given project and environment. Can filter by kind.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
environmentKeystringRequired

Headers

LD-API-VersionenumRequired
Version of the endpoint.
Allowed values:

Query parameters

filterstringOptional

A filter to apply to the list of SDK keys. Supports the following fields and operators: kind (equals “sdk” or “mobile”), active (equals true or false). Format: field:value. Example: kind:sdk.

limitintegerOptional
The number of SDK keys to return. Defaults to 20. Maximum is 100.
offsetintegerOptional
The number of SDK keys to skip. Used for pagination.
sortenumOptional

A sort to apply to the list of SDK keys. Supported field: createdAt. Prefix the field with - to sort in descending order (for example, -createdAt).

Allowed values:

Response

Successful response
itemslist of objects
totalCountinteger
The total number of SDK keys matching the query, before pagination.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error