Creating an API key

1

Head to your Supercycle API settings

In your Shopify admin, navigate to Supercycle > Settings > API.

Select Create API key.

2

Create API key

Give your new API key a name and hit Create API key.

Authenticating requests with API key

Requests are authenticated via bearer auth and expect the API token to be set in the request headers.

curl https://app.supercycle.com/api/v1/items \
 -H 'Authorization: Bearer 8fe395...7ba7'