Authentication
All Stoovo API endpoints require authentication. You can authenticate your request by sending a token in the
Authorization
header of your request. If you try to use an API endpoint without a token or that token has insufficient permissions, you will receive a 403 Forbidden
response.curl
curl -X POST https://api.stoovo.com/v1/address/ \
-H "Authorization: Bearer $ACCESS_TOKEN"
Steps to Obtain Your API Key:
- 1.Contact our dedicated support center, if you don't have one, reach out to [email protected]
- 2.After verification, you will receive your unique API key.
Now you can use the new API Token in the
Authorization
header of your API requests.Last modified 1mo ago