Postman Collection
To make your start using the Passcreator API easier, we have created a Postman collection that you can import and explore our API endoints..
Download Collection
You can download the collection from this GitLab repository:
https://gitlab.com/passcreator/postman-collection/-/tree/main
Importing the Collection
After downloading the collection file, import it into Postman by clicking the Import button in your workspace.
Environment Variables
The collection uses the following environment variables that you need to configure in Postman:
- passcreator_api_key - Your API key for authentication
- passcreator_api_base_uri - Base URI of the API
- passcreator_template_identifier - Identifier of a pass template
- passcreator_passTypeId - Pass type identifier
- passcreator_notification_identifier - Notification identifier
- passcreator_pass_identifier - Identifier of a pass
- passcreator_recipientMail - Email address for testing
- passcreator_bundle_identifier - Bundle identifier
- passcreator_appconfiguration_identifier - App configuration identifier
Set up these environment variables in Postman before using the collection. Replace the placeholders with actual values from your Passcreator account.