DOCS

Last updated: 3:11 PM - December 8, 2024

API Overview

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.

Before You Begin

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.

Getting Started

Once you have your API key, check out our development quickstart guide to begin creating wallet passes.

Not a developer?

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.

Base URL

https://api.gowithpush.com

API Request Example

curl
curl \ -X GET "https://api.gowithpush.com//" \ -H 'X-API-Key: <>YOUR_API_KEY>'