Skip to main content

Authentication Method: Basic Auth

Basic Authentication, or Basic Auth, is one of the simplest authentication methods. It involves sending the request with a user ID and a password.

UserName: xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx
Password: xxxxxxxxxxxxxx

The user ID and password are generated and provided by Gosocket for both test and production environments.

To generate Basic Auth credentials, it is necessary to have a domain user @gosocket.net with an administrator profile.

  1. Log in to the portal.
  2. Go to the company settings.
  3. Select the Apikeys tab: In this tab, you can view existing credentials and create new ones.
  4. To create a new credential, click on the button to Add Apikey and select the authentication method: Basic_Auth_metodo

After confirming the method, a row will be inserted in the list of credentials.

Basic_Auth

To consume the API, it is necessary to configure the Basic Auth Authorization using the previous credentials.

Basic_Auth_Authorization