Optional ReadonlyaccessExpiration time in seconds for each access token obtained by the APIClient. Only present when set with the APIClientDraft. If not present the default value applies.
Optional ReadonlycreatedDate and time (UTC) the APIClient was initially created.
Optional ReadonlydeleteIf set, the Client will be deleted on (or shortly after) this point in time.
ReadonlyidThe OAuth2 client_id that can be used to obtain an access token.
Optional ReadonlylastDate of the last day this APIClient was used to obtain an access token.
ReadonlynameName of the APIClient.
Optional ReadonlyrefreshInactivity expiration time in seconds for each refresh token obtained by the APIClient. Only present when set with the APIClientDraft. If not present the default value applies.
ReadonlyscopeWhitespace-separated list of OAuth scopes that can be used when obtaining an access token.
Optional ReadonlysecretOnly shown once in the response of creating the APIClient.
This is the OAuth2 client_secret that can be used to obtain an access token.
Code generated by commercetools RMF-Codegen. DO NOT EDIT. Please don't change this file manually but run
rmf-codegen generate raml_file_path -o output_path -t typescript_clientto update it. For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.