keyAuthentication

Body = { email: String,
password : String }

You will get back a token that you can use as shown

Headers = {
authorization : bearer TOKEN
}

x-api-key: TOKEN

Last updated