QuestionQ450
Understanding and Using APIs
Refer to the exhibit. A developer must create a webhook that sends all Cisco Webex messages to a third-party tool by using the Cisco Webex API. The developer must authenticate with the API before making any API calls. To automate this process, a Python script is used. Which code snippet must be placed in the blank in the code?
- A ‘Authentication’: f’Bearer {token}’,
- B ‘Authentication’: f’Basic {token}’,
- C ‘Authorization: f’Basic {token}’,
- D ‘Authorization: f’Bearer {token}’,
Community Discussion