List of API products for which the credential can be used.
Note: Do not specify the list of API products when creating a consumer key and secret for a developer app. Instead, use the keys.updateDeveloperAppKey API to make the association after the consumer key and secret are created.
Input only. Expiration time, in seconds, for the consumer key. If not set or left to the default value of -1, the API key never expires. The expiration time can't be updated after it is set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-04 UTC."],[[["The DeveloperAppKey resource includes details such as API products, attributes, consumer key, consumer secret, expiration times, scopes, and status."],["`apiProducts` is an array of API products associated with a credential, but should not be specified during initial key creation, instead it should be added with the `keys.updateDeveloperAppKey` API."],["The `expiresInSeconds` field sets the consumer key's expiration time in seconds, which cannot be updated after it's set and defaults to never expiring if left as `-1`."],["The available method for this resource is `create`, which is used for generating a custom consumer key and secret for a developer application."],["The JSON representation provides a schema with various fields, all of which are necessary to fully understand and use the resource."]]],[]]