Question 26 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question 26 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question

curl --insecure -H “Accept: application/json” \
-H “Content-Type: application/json” \

-d @token_data \
https: //ast0072- pod. cisco. com: 33333//api/fdm/latest/fdm/token

Refer to the exhibit.

The cURL POST request creates an OAuth access token for authentication with FDM API requests.

What is the purpose of the file '@token_data' that cURL is handling?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.