Verify API access with Bearer token authentication
Preconditions (2)
Step 1: Open Postman
Step 2: Create a new GET request to the API endpoint https://api.example.com/data
Step 3: In the Authorization tab, select Bearer Token
Step 4: Enter the valid Bearer token in the token field
Step 5: Send the request
Step 6: Observe the response status and body
✅ Expected Result: The API responds with status 200 OK and returns the expected data in JSON format