Verify API access with Basic Authentication
Preconditions (3)
Step 1: Open Postman and create a new GET request
Step 2: Enter the URL https://api.example.com/data in the request URL field
Step 3: Go to the Authorization tab
Step 4: Select 'Basic Auth' from the Type dropdown
Step 5: Enter username 'user1' and password 'pass123'
Step 6: Click Send to submit the request
✅ Expected Result: The API responds with status code 200 and returns the expected data in JSON format