{ "opencollection": "1.0.0", "info": { "name": "SkySlope Partnership API Reference Agents, Listings Contacts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Add Contact to File", "type": "http" }, "http": { "method": "POST", "url": "https://forms.skyslope.com/partner/api/files/:fileId/contacts", "params": [ { "name": "fileId", "value": "", "type": "path", "description": "The id of the file to add the contact to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a contact to a file.
REQUIRED SCOPES:
forms.files
" }, { "info": { "name": "Update Contact in File.", "type": "http" }, "http": { "method": "PUT", "url": "https://forms.skyslope.com/partner/api/files/contacts/:contactId", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "The id of the contact to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a contact in a file.
REQUIRED SCOPES:
forms.files
" }, { "info": { "name": "Add Contacts to File", "type": "http" }, "http": { "method": "POST", "url": "https://forms.skyslope.com/partner/api/files/:fileId/contacts/bulk", "params": [ { "name": "fileId", "value": "", "type": "path", "description": "The id of the file to add the contacts to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add one or more contacts to a file.
REQUIRED SCOPES:
forms.files
" }, { "info": { "name": "Delete Contact from File.", "type": "http" }, "http": { "method": "DELETE", "url": "https://forms.skyslope.com/partner/api/files/:fileId/contacts/:contactId", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "The id of the contact to delete." }, { "name": "fileId", "value": "", "type": "path", "description": "The id of the file to delete the contact from." } ] }, "docs": "Delete a contact from a file.
REQUIRED SCOPES:
forms.files
" } ] } ], "bundled": true }