To use the Unstructured Platform API to manage destination connectors, do the following:

  • To get a list of available destination connectors, use the GET method to call the /destinations endpoint. Learn more.
  • To get information about a destination connector, use the GET method to call the /destinations/<connector-id> endpoint. Learn more.
  • To create a destination connector, use the POST method to call the /destinations endpoint. Learn more.
  • To update a destination connector, use the PUT method to call the /destinations/<connector-id> endpoint. Learn more.
  • To delete a destination connector, use the DELETE method to call the /destinations/<connector-id> endpoint. Learn more.

To create a destination connector, you must also provide a request body that contains settings that are specific to that connector. For the list of specific settings, see: