Table of Contents
API Clients
Table of Contents
If you are working on an integration, you will require access to this area to create your API token. This requires special permission ("is a developer") for your Fotoware Alto instance, which can only be set by Fotoware staff in the Cloud Manager. Request this setting before you start developing.
You can find the Fotoware API (previously Picturepark API) documentation here: https://picturepark.com/developers/. Contact Fotoware Support regarding clients for new integrations.
Create an API Client
- Go to Settings and open API Clients.
- If you don't see it, you are missing the flag ("isDeveloper"), which can only be set by Fotoware Support.
- Create a new client.
- Choose a password for the authentication.
- Client Secret doesn't matter in this scenario.
- Choose all scopes or select the ones you need.
- Select Enable.
- Select Tokens for this client.
- Create a new Token.
- Log in with your account (here, access is checked again).
Video on how to create your API client, the API token, and use this in Postman.
Set up your Postman environment
Video on how to create your API client, the API token, and use this in Postman.
Variables needed in Postman
- apiToken
- You just created this one above.
- customerAlias
- Open Help in Fotoware Alto.
- Find System Information.
- Find Alias.
- customerId
- Open Help in Fotoware Alto.
- Find System Information.
- Find Customer UID.
- apiHost
- Open Help in Fotoware Alto.
- Find System Information.
- Find the API host.

Postman examples
API: Request List Item with Variables — Products, events, projects, and campaigns are stored in Fotoware Alto in Lists as List Items. For integrating external systems, e.g., PIM, event platforms, or webshops, you can get all list items from Fotoware Alto via Get Many List Items https://demo.picturepark.com/Docs/Rest/index.html#operation/ListItem_GetMany