Instructions on how to authenticate API requests using API keys
userId
for authentication.
userID
in username
field and apiKey
in password
fielduserID:apiKey
.
user123
and your API Key is key456
. Here’s how you can authenticate your requests:
user123:key456
is dXNlcjEyMzprZXk0NTY=
, your HTTP header will be:
user123:key456
dXNlcjEyMzprZXk0NTY=
user123
in username
field and key456
in password
field