Skip to content

Get webclips for a tenant

Request

Security
apiKey
Query
limitnumber
offsetnumber
labelstring
exact_esper_namestring
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/webclips?limit=0&offset=0&label=string&exact_esper_name=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
contentobject
Response
{ "content": { "count": 0, "prev": "string", "next": "string", "results": [] } }