Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/tenant-apps
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/tenant-apps
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v2/tenant-apps?limit=0&offset=0&platform=APPLE&package_name=string&app_name=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "content": { "count": 0, "prev": "string", "next": "string", "results": [ … ] } }