Which method should be used to include the access token in the API requests?

A developer is using the REST Authorization Service to obtain an OAuth access token .

Which method should be used to include the access token in the API requests?
A . Include the header x-access-token: your_access_token
B. Include as a query parameter access_token=Y0UR_ACCESS_TOKEN
C. Include the header Authorization: Basic your_access_token
D. Include the header Authorization: Bearer YOUR ACCESS TOKEN

Answer: D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments