...
Using Postman, import the API collection above
Once imported, navigate to the ‘Create New Authentication’ API call under the ‘Authorization setup' folder
Identify the ‘Authorization’ tab once selecting the api from the folder list
Choose ‘Basic Auth’ from the drop down
Enter the credentials of the Sharpen account corresponding with the account you’re interfacing with
Click ‘Send’
Response should look like
...
Info |
---|
The language of the response needs translation to what is expected later in the flow clientId = api-key |
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.
...