Retrieve an OAuth Application
get/oauth_applications/{oauth_application_id}
Path parameters
oauth_application_idstring required
The identifier of the OAuth Application.
Response
OAuth Application
Example response
{
"client_id": "client_id_ec79nb1bukwwafdewe88",
"created_at": "2020-01-31T23:59:59Z",
"deleted_at": null,
"id": "application_gj9ufmpgh5i56k4vyriy",
"name": "Ian Crease's App",
"status": "active",
"type": "oauth_application"
}