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
projectKey
environmentKey
Headers
LD-API-Version
Version of the endpoint.
Allowed values:
Query parameters
filter
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.
limit
The number of SDK keys to return. Defaults to 20. Maximum is 100.
offset
The number of SDK keys to skip. Used for pagination.
sort
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
items
totalCount
The total number of SDK keys matching the query, before pagination.
_links
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error