Spark FAQs
APIs What is an API?An API (Application Programming Interface) is, at it’s simplest, software that allows 2 computers or different programs to be connected (see here for more detail) What options does Spark provide to view the API request?The API request can be viewed in several different ways: Field view provides an interactive experience to easily change values and validate the results The JSON view provides a syntax highlighted structure of the JSON request body The Raw view is a plain text version of the request. This can be modified to test the request structure. What options does Spark provide to support integrations with other systems?