App List

Unified API to query Webclips and Tenant IOS Apps

Get unified list of iOS apps (IPAs and Webclips) for a tenant

SecurityapiKey
Request
query Parameters
limit
number
offset
number
search
string
ordering
string
Enum: "name" "created_at" "updated_at"
app_type
string
Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/v2/apps
Request samples
curl -i -X GET \
  'https://develop-api.esper.cloud/api/v2/apps?limit=0&offset=0&search=string&ordering=name&app_type=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "content": {
    }
}