<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

Retrieve the Creation Date of an Application via API

Okta Integration Network
Administration
Okta Classic Engine
Okta Identity Engine

Overview

This article explains how to determine the application's creation date using the GET App Application Programming Interface (API).

Applies To

  • Application Programming Interface (API)

  • Applications
  • Okta Integration Network (OIN)

Solution

To find the created date for a specific application, follow the video or perform the following steps:

 

  1. Execute the following API call to retrieve details about the application:
    GET {{url}}/api/v1/apps/{{appID}}
  2. Review the returned information to locate the created date field.

API Call

Related References

Loading
Okta Support - Retrieve the Creation Date of an Application via API