{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Sync API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Sync", "type": "folder" }, "items": [ { "info": { "name": "Create developer account", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/sync/v1/tasks#create", "body": { "type": "json", "data": "{}" } }, "docs": "This call creates a developer account. Maximum of global requests of 20 per 2 seconds." }, { "info": { "name": "Expire developer account", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/sync/v1/tasks#expire", "body": { "type": "json", "data": "{}" } }, "docs": "This call expires a developer account. Maximum of global requests of 20 per 2 seconds." }, { "info": { "name": "Assign user", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/sync/v1/tasks#assign", "body": { "type": "json", "data": "{}" } }, "docs": "This call assigns a user. Maximum of global requests of 20 per 2 seconds." }, { "info": { "name": "Unassign user", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/sync/v1/tasks#unassign", "body": { "type": "json", "data": "{}" } }, "docs": "This call unassigns a user. Maximum of global requests of 20 per 2 seconds." }, { "info": { "name": "Get user assignment", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/sync/v1/assignments", "params": [ { "name": "developerIdentifier", "value": "", "type": "query" }, { "name": "accountIdentifier", "value": "", "type": "query" }, { "name": "userIdentifier", "value": "", "type": "query" } ] }, "docs": "This call retrieves a user assignment. Maximum of global requests of 20 per 2 seconds." } ] } ], "bundled": true }