API Quickstart

Integrating with Stoovo's Data Platform

To leverage the extensive features of the Stoovo API, an API key is required. This key serves as both an authentication tool and a measure to guarantee secure access to our API endpoints.

Steps to Obtain Your API Key:

  1. Contact our dedicated support center, if you don't have one, reach out to hello@stoovo.com

  2. After verification, you will receive your unique API key.

With your API key in hand, you're ready to seamlessly integrate Stoovo's API into your applications.

Authentication and API Key

To authenticate your requests and gain access to the Stoovo API, you need to include your unique API key in the headers of each request. This key serves as your authorization to interact with the API and should be kept confidential to prevent unauthorized usage.

Example:

curl -X POST https://api.stoovo.com/v1/address/ \
     -H "Authorization: Bearer $ACCESS_TOKEN" 

Explore the API

Below is a guide to point you in the right direction if you're new to the Stoovo APIs:

Last updated