Slide 2 of 4
- You hopefully got your token.
- Now, create another HTTP action pointing to a `carlist` endpoint.
- This is protected by the token you found in the previous exercise.
- Configure it in the connection as a **bearer authentication**, passed in the header with the
Authorization: Bearer
key-value pair.
- Enjoy the list of the splendid metal beasts in the Need for Speed Garage!
In this exercise, you will learn how the token authentication works in a custom connection, and how to use it to get a protected resource.
🔍 Need a Hint?
← Back to Home