Authentication
You'll need to authenticate your requests to access any of the endpoints in the API-DOC. In the guide, we'll look at how authentication works. API-DOC basic authentication
Basic Authetication
Basic authentication involves sending a username and password with each request. While this method is straightforward. To authenticate using Basic Authentication, include your username and password in the request headers.
Example
Nodejs example
Was this page helpful?
Helpful (0)
Not helpful (0)
© Copyright 2024. All rights reserved.