curl --request GET \
--url https://api.example.com/api/v1/oauth-apps/{id} \
--header 'Authorization: Bearer <token>'{
"client_id": "<string>",
"client_secret_hint": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"is_active": true,
"name": "<string>",
"organization_id": "<string>",
"redirect_uris": [
"<string>"
],
"scopes": [
"<string>"
],
"updated_at": "2023-11-07T05:31:56Z"
}Retrieve an OAuth application by ID.
curl --request GET \
--url https://api.example.com/api/v1/oauth-apps/{id} \
--header 'Authorization: Bearer <token>'{
"client_id": "<string>",
"client_secret_hint": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"is_active": true,
"name": "<string>",
"organization_id": "<string>",
"redirect_uris": [
"<string>"
],
"scopes": [
"<string>"
],
"updated_at": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OAuth app ID
"app_7n42DGM5Tflk9n8mt7Fhc7"
OAuth app
An OAuth application registered by a platform
"app_7n42DGM5Tflk9n8mt7Fhc7"
"org_7n42DGM5Tflk9n8mt7Fhc7"