Expiration time, in milliseconds, for the consumer key that is generated for the developer app. 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.
appFamily
string
Developer app family.
apiProducts[]
string
List of API products associated with the developer app.
Manages access to a developer app by enabling you to:
Approve or revoke a developer app
Generate a new consumer key and secret for a developer app
To approve or revoke a developer app, set theactionquery parameter toapproveorrevoke, respectively, and theContent-Typeheader toapplication/octet-stream.
[[["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-09-04 UTC."],[[["\u003cp\u003eThis document outlines the structure and attributes of a \u003ccode\u003eDeveloperApp\u003c/code\u003e resource, including details like \u003ccode\u003eappId\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003ecredentials\u003c/code\u003e, and associated \u003ccode\u003eapiProducts\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeveloperApp\u003c/code\u003e JSON representation details its properties, with specific types and formats, such as \u003ccode\u003estring\u003c/code\u003e, \u003ccode\u003eobject\u003c/code\u003e, and \u003ccode\u003eint64\u003c/code\u003e format for fields like \u003ccode\u003ecreatedAt\u003c/code\u003e and \u003ccode\u003elastModifiedAt\u003c/code\u003e, which track app creation and modification times.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eDeveloperApp\u003c/code\u003e can have multiple credentials, stored in the \u003ccode\u003ecredentials\u003c/code\u003e array, consisting of the consumer key/secret pairs, also has a \u003ccode\u003ecallbackUrl\u003c/code\u003e for OAuth 2.0 authorization servers, and can have a status of \u003ccode\u003eapproved\u003c/code\u003e or \u003ccode\u003erevoked\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA variety of methods are available to manage \u003ccode\u003eDeveloperApp\u003c/code\u003e resources, such as \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, \u003ccode\u003eupdate\u003c/code\u003e, and \u003ccode\u003egenerateKeyPairOrUpdateDeveloperAppStatus\u003c/code\u003e, which allow for comprehensive control over app lifecycles.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ekeyExpiresIn\u003c/code\u003e field controls key expiration, set in milliseconds, where a value of \u003ccode\u003e-1\u003c/code\u003e means the key never expires, but once set, this value cannot be changed.\u003c/p\u003e\n"]]],[],null,["# REST Resource: organizations.developers.apps\n\n- [Resource: DeveloperApp](#DeveloperApp)\n - [JSON representation](#DeveloperApp.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: DeveloperApp\n----------------------"]]