Skip to main content
GET
/
apps
/
{app_id}
Get App By Id
curl --request GET \
  --url https://api.example.com/apps/{app_id}/
{
  "id": "<string>",
  "name": "<string>",
  "deleted_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "description": "",
  "logo": "<string>",
  "category": "",
  "available": false,
  "plan": "pro",
  "test_integration": ""
}

Path Parameters

app_id
string
required

Response

Successful Response

id
string
required
Minimum string length: 3
name
string
required
Minimum string length: 3
deleted_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>
description
string
default:""
Minimum string length: 10
logo
string | null
Minimum string length: 1
category
string
default:""
available
boolean
default:false
plan
string
default:pro
test_integration
string
default:""