Quickstart Guide

Welcome to the Bponi Storeopen in new window developer hub. You'll find comprehensive guides and documentation to help you start working with Bponi Store API as quickly as possible, as well as support if you get stuck. Let's jump right in!

What programming language are you using for your integration?

If the answer is Python or JavaScript/TypeScript, you are more than welcome to jumpstart your integration by using our pre-built official API wrappers. There are also some Ruby gems and other language libraries out there so you won't need to reinvent the wheel.

Do you have an Bponi Store API key?

If the answer is no, please log on to the Bponi Storeopen in new window dashboard with your organization admin email/phone and create an API key.

🔔 Testing your API key

Once you have an API key created, you can test it by hitting our authorization endpoint.

Using the API key?

To interact with the Bponi Store API, you will need to issue an HTTP request and each request will need to be authenticated using the Bponi Store API key. Our examples in the documentation are shown in cURL command form, where the commands are executed via a terminal. This is an example of an HTTP request in the form of a cURL command, which includes a <METHOD> and you will need to input your preferred <api_endpoint>, <api_key>, and <body> (optional):

curl -X <METHOD> "https://store.bponi.com/api/v2/<api_endpoint>" 
-u "<your_api_key>:" -d "<body>"
1
2

If you are not familiar with cURL commands, we recommend using the following tools to send test API requests to Bponi Store:

Last Updated: 11/29/2021, 10:25:26 PM