Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Using Postman, import the API collection above

    Image RemovedImage Added
  2. Once imported, navigate to the ‘Create New Authentication’ API call under the ‘Authorization setup' folder

  3. Identify the ‘Authorization’ tab once selecting the api from the folder list

  4. Choose ‘Basic Auth’ from the drop down

  5. Enter the credentials of the Sharpen account corresponding with the account you’re interfacing with

  6. Click ‘Send’

  7. Response should look like

...

Info

The language of the response needs translation to what is expected later in the flow

clientId = api-key
clientSecret = api-secret

Executing API call

The example examples below is one are some of many types of API calls which can be run. It shows These show how to create a table and query SharpenDB from the API Gateway. Please refer to the core API Gateway reference to see all available API calls.

...