Introduction

Introduction

Pickleball API Overview

We use three different environments and each of these environments has a separate URL and a separate key. You can find their URLs below:

https://api.pickleball.com/ (opens in a new tab) (production)

https://api.pickleballdev.net/ (opens in a new tab) (development)

https://api.pickleballstage.com/ (opens in a new tab) (not in use)

For Connection testing and service availability we use endpoint: /v1/pub/healthcheck .

In order to use this API you need to set correct Tokens in request headers. If you receive API-KEY you should use PB-API-TOKEN header, if you login as a user you should use Token from the response.

All responses

The API uses the following status:

Success
Response code on success: 200 OK
Missing Header
Response code on the missing header or unauthorized token: 401 Unauthorized
Bad Request
Response code on bad request : 400 Bad Request