Authentication
curl -H "Authorization: Bearer <your_access_token>" https://swish.app/api/2025-04/itemsSwish API access scopes
Admin token
Load user data with admin token
curl -L \
--url 'https://swish.app/api/2025-04/items' \
--header 'Authorization: Bearer JWT' \
--header 'Profile: gid://shopify/Customer/1234567890'Customer token
Session token
Last updated