Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Exam AD0-E724 All Questions
Exam AD0-E724 All Questions

View all questions & answers for the AD0-E724 exam

Adobe Commerce AD0-E724 Question # 1 Topic 1 Discussion

AD0-E724 Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

An integration named Marketing is created on the Adobe Commerce instance. The integration has access on Magento_Customer:: customer resources and the access token is xxxxxx.

How would the rest API be called to search the customers?


A.

Using the integration access token as Bearer:

curl -X GET https://magentourl/rest/Vl/customers/search?searchCriteria... -H 'Authorization: Bearer XXXXXX'


B.

Passing integration name and access token as http auth credentials:

curl -X GET https ://Marketing:XXXXXX(Slmagentourl/rest/Vl/customers/search?5earchCriteria . . .

Using integration name as username and access token as password, get the admin token (yyyyyy) via:

curl -X POST https://magentourl/rest/Vl/integration/admin/token -d '{"username":"Marketing", "pas


C.

Type: application/json'

Use the admin token as Bearer

curl -X GET https://magentourl/rest/Vl/customers/search?searchCriteria... -H 'Authorization: Bearer YYYYYY'


Get Premium AD0-E724 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.