Authentication

Getting Started with Rnet API

Rnet API uses Basic Authentication with the following standard Authorization Header:

Authorization : Basic {base64 of : token:<your company token>}

Please contact your Rnet Account Manager to get your company's API Security Token

The user name is always "token" and the password is your company's API Security Token

Example of header:

Authorization : Basic dG9rZW46NjJBNkQyRDktMTlGMi00MDQ3LThCMzctZiKCNTdGMzhGNzMw

Last updated

Was this helpful?