Skip to content

DEP Profile

APIs to create and manage DEP profiles. Learn more about DEP profiles

Get all DEP profiles for the tenant
Stable

Request

Returns all the DEP profile for the tenant

Security
tenant_apiKey
cURL
curl -i -X GET \
  https://api.esper.io/_mock/openapi/tenant/v0/depprofiles/ \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

DEP profile information for the Tenant

Bodyapplication/json
codeinteger
messagestring
contentobject
Response
{ "code": 0, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }