Bearer authentication in Katalon Studio
What is Bearer authentication?
Bearer authentication is an HTTP authentication methodology that uses security tokens called bearer tokens. The bearer token is a cryptic string generated by the server in response to a login request. When making requests to protected resources, the client must send this token in the authorization header.
OAuth 1.0 and OAuth 2.0 authorization can generate bearer tokens, but if you already have the token, you can use bearer authentication directly in Katalon Studio.
Use bearer authentication in Katalon Studio
Bearer <myBearerToken>
.