Authentication
This article explains how to authenticate using your Splio universe API key.
Recommendations:
- We recommend to use an API key per connexion point (each store, e-commerce, POS)
- Do not authenticate for each API call you are making
- An authentication token will last 1 hour so we recommend an authentication every 50 minutes (note that the token format is a JWT format)
- Never communicate your API key (even to our Customer Care team), the last 3 characters will suffice if we know the name of the universe).
Obtaining the API key in your Splio universe admin
You can find all the Splio API documentation [here](You can find all the Splio API documentation here.).
Step 1 - click on your profile
Step 2 - click on users
Step 3 - click on Users API
Step 4 - select the user and copy the key
This token will then be found in all API calls you do afterward.
Authenticating using developer.splio.com
Step 1 - go to Splio API doc
Step 2 - click on Post - Authentication
Step 3 - paste the API key into the relevant field
Step 4 - click on Try it
That's it! You are now authenticated!
Updated 6 months ago