Skip to main content

Creating a BEARER TOKEN

API Article of how to create a token for each vendor.

Alex Cornwell avatar
Written by Alex Cornwell
Updated over 8 months ago

We are moving our API services to a self serve platform designed to provide a bearer token to each vendor or application that interacts with Relintex. Additional methods will be applied as security is tested. One token should be created for each external source of leads. You will be able to manage and turn off tokens by application.

ACCESS - SALES MANAGER

Bearer Authorization is an HTTP authentication scheme commonly used with OAuth 2.0. In this approach, the client includes an access token in the "Authorization" header using the "Bearer" scheme, granting permission to access protected resources.

Did this answer your question?