Table of Contents
API Clients
Table of Contents
You will require access to this area to create your API token if you are working on an integration. This requires special permission ("is a developer") for your Picturepark, which can only be set by Picturepark staff in the Cloud Manager. Request this setting before you start developing.
Find here Picturepark API documentation: https://picturepark.com/developers/. Please contact support@picturepark.com regarding clients for new integrations.
Create an API Client
- Open Settings
- Open API Clients
- if you don't see it, you are missing the flag ("isDeveloper") which can only be set by Picturepark tech support.
- Create a new client
- Choose password in the authentication
- Client Secret doesn't matter in this scenario.
- Choose all scope or select the ones you need.
- Select "Enable"
- Select Tokens for this client
- Create a new Token
- Login 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 Picturepark.
- Find System Information.
- Find Alias.
- customerId
- Open Help in Picturepark.
- Find System Information.
- Find Customer UID.
- apiHost
- Open Help in Picturepark.
- Find System Information.
- Find the API host.

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