You are troubleshooting a workflow where an API call to Cisco Secure Email fails with a 401 error. What is the most likely cause?
Trap 1: Network timeout
This would result in a 5xx error or a connection error.
Trap 2: Payload syntax error
This would result in a 400 or 422 error.
Trap 3: Invalid API endpoint URL
This would typically result in a 404 or 400 error.
- A
Network timeout
Why wrong: This would result in a 5xx error or a connection error.
- B
Payload syntax error
Why wrong: This would result in a 400 or 422 error.
- C
Invalid API endpoint URL
Why wrong: This would typically result in a 404 or 400 error.
- D
Expired credentials
401 errors are specifically related to unauthorized/expired credentials.