Last updated: 3:11 PM - December 8, 2024
The Push By Keyspace API is built on REST principles, offering a streamlined approach to wallet pass creation. Our API features intuitive, resource-oriented URLs, accepts JSON-formatted request bodies, returns responses in JSON format, and adheres to standard HTTP protocols for response codes, authentication, and verbs. This design makes it easy to create, update, and manage digital wallet passes for various platforms.
To use the Push By Keyspace API, you need to create an account and generate an API key. Visit https://app.gowithpush.com/settings to set up your account and obtain your API key.
Once you have your API key, check out our development quickstart guide to begin creating wallet passes.
Use our no-code options or apps from our partners to get started with our API and to do more with your account—no code required.
https://api.gowithpush.com
curl \
-X GET "https://api.gowithpush.com//" \
-H 'X-API-Key: <>YOUR_API_KEY>'