Check API Authenication

What is Basic Authentication?

Basic Authentication is an HTTP authentication method.

The client sends credentials (username and password) with each request.


Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!