Comment on page
Authentication
For now, authentication is dead simple.
- 1.Request an API key from <delab at dedoco.com>
- 2.You get the API key.
- 3.Pass in the API key as a bearer token for your API calls.
-H 'Authorization: Bearer <api_key>'
Last modified 9mo ago