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.
- Log in to the portal.
- Go to the company settings.
- Select the Apikeys tab: In this tab, you can view existing credentials and create new ones.
- To create a new credential, click on the button to Add Apikey and select the authentication method:
After confirming the method, a row will be inserted in the list of credentials.
To consume the API, it is necessary to configure the Basic Auth Authorization using the previous credentials.
- API with Basic Auth authentication in Sandbox environment: https://developers-sbx.gosocket.net/api/v1/
- API with Basic Auth authentication in Production environment: https://developers.gosocket.net/api/v1/