API 102: Building Workflows with APIs

Number of APIs: 4

API 102: Building Workflows with APIs

This collection is a companion to the Qodex Classroom Program lesson API 102: Building Workflows with APIs.

See the lesson video. (slides)

What you will learn

  • Using Authorization to make requests
  • Calling a real-world REST API
  • Using variables and chaining multiple API calls to build a workflow
  • Visualizing response data

Resources

Getting Started

  1. Fork this collection to your own workspace
  2. Complete the mission in your turn!

Submitting your work

Once you've finished mission in your turn! mission, follow the instructions on the submit folder

  1. demo (complete)-workflow - get track id GET {{baseUrl}}/search?q=track:{{track}}+artist:{{artist}}&type=track

  2. demo (complete)-workflow - get recommendations GET {{baseUrl}}/recommendations?seed_tracks={{trackId}}

  3. your turn!-submit - submit GET https://api.getpostman.com/collections/{{collectionId}}

  4. your turn!-workflow - get recommendations GET {{baseUrl}}/<ENDPOINT>