GET
/oauth_applications/{oauth_application_id}Retrieve an OAuth application
Retrieves an OAuth application by its identifier. Use oauth_application_id to select the application whose client ID, status, and creation details you need.
oauth_application_idstringrequired
The identifier of the OAuth application to retrieve.
200Returns the OAuth application object, including its identifier, client ID, creation timestamp, name, status, and deletion timestamp.
client_idstringrequired
The OAuth Application's client_id. Use this to authenticate with the OAuth Application.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth Application was created.
deleted_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth Application was deleted.
idstringrequired
The OAuth Application's identifier.
namestringrequired
The name you chose for this OAuth Application.
statusstringrequired
Whether the application is active.
typestringrequired
A constant representing the object's type. For this resource it will always be `oauth_application`.
4XXReturned when the request cannot be processed because of a client-side error.
5XXReturned when the request cannot be processed because of a server-side error.
Error handling
The oauth_application_id path parameter must identify an OAuth application.