Quickstart guide
#
You can get started right now by following the below steps.
#
Step 1: Get API token
#
Here is a general outline of the process:
- Sign in Storipress .
- In the kanban page, click publication button, and then choose publication settings.
- Choose the Newstand API tab
- To see the API key, choose Show. Your credentials will look something like this:
Newstand API key: spt_xxxxx
Keep in mind that access keys are long-term credentials for the admin user. They provide permanent access to your resources.
Step 2: Fetch API
#
cURL
Response
Customize your response data
#
When you send a query request, it returns the fields set in the return area, as the examples above show. You can specify which fields you want returned. All response details are listed in the API reference page.
The following query request includes the return fields id
, title
.
Previous
Overview
Next
Input Type