Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.77 KB

00-getstarted.md

File metadata and controls

44 lines (26 loc) · 1.77 KB

Sport Places API

Get started

The goal of the Sport Places API is to help you build sport-oriented applications faster as well as easier. Here are a few steps to get you started:

1. Sign up to receive our newsletter update (required)

To keep our users happy, we want to inform everyone about the amazing upgrades and critical changes.

Sign up now by filling in this form: https://mailchi.mp/decathlon/sportplacesapi

2. Learn how to authenticate

We currently support 3 methods of authentication.

  • Client ID + Secret pair.

  • JWT Token issued by Auth0 (Instructions below)

  • JWT Token issued by Decathlon Connect (Decathlon Partners)

To learn more, head over to Authentication

3. Make your first API Call

You are ready to go! We suggest that you start off by retrieving all sport places around you.

If your application requires greater access to our API, you should apply to our partners program, to do so please email [email protected] to learn more.

Bonus: Play with our Postman Collection

We've crafted a collection of pre-configured API calls to make it easier for our users to familiarize themselves with the format of our requests. This, however, is only intended to be a testing tool, not an official or unofficial interface to our API.

Please click here to download our Postman Collection

  • In order to use this collection, you must have Postman installed on your system.