{ "opencollection": "1.0.0", "info": { "name": "Luma Calendars Miscellaneous API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-luma-api-key", "value": "{{x-luma-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Miscellaneous", "type": "folder" }, "items": [ { "info": { "name": "Get Self", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.luma.com/v1/users/get-self" }, "docs": "Get Self" }, { "info": { "name": "Lookup Entity", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.luma.com/v1/entity/lookup", "params": [ { "name": "slug", "value": "", "type": "query" } ] }, "docs": "Lookup an entity on Luma by it's slug." }, { "info": { "name": "Create Upload URL", "type": "http" }, "http": { "method": "POST", "url": "https://public-api.luma.com/v1/images/create-upload-url", "body": { "type": "json", "data": "{}" } }, "docs": "Create Upload URL" } ] } ], "bundled": true }