Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/webclips
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/webclips
curl -i -X POST \
https://develop-api.esper.io/_mock/openapi/v2/webclips \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F icon=string \
-F 'label=Example Label' \
-F 'esper_name=Example Name' \
-F url=https://example.com \
-F target_bundle_id=com.example.bundle \
-F 'target_bundle_name=Example Bundle' \
-F is_full_screen=true \
-F is_removable=falseResponse
{ "content": { "id": "09811f63-e2ca-4625-97c1-081145195d67", "tenant_id": "7d5fd1bf-bdf9-490b-9e32-203756a61235", "label": "Google", "url": "https://www.google.com/", "icon_url": null, "target_bundle_name": "Esper", "target_bundle_id": "com.esper.io", "is_full_screen": false, "is_removable": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "created_by": "string", "updated_by": "string" } }