Skip to main contentSkip to docs navigation
Docs
  • English (United States)
  • 日本語 (日本)
  • Français (France)
    • Identity Engine
    • Classic Engine
    • Access Gateway
    • Advanced Server Access
    • Aerial
    • Identity Security Posture Management
    • Workflows
    • Identity Engine
    • Classic Engine
    • Access Gateway
    • Advanced Server Access
    • Aerial
    • Identity Security Posture Management
    • Workflows
  • Okta Developer
    • Auth0 Docs
    • Auth0 FGA Docs
  • Training
  • Support
    • English (United States)
    • 日本語 (日本)
    • Français (France)

Feedback

Workflows publication
  1. Tutorials
  2. Make API Requests, Part 3

Tutorial: Make API requests, part 3

Part 3 of this tutorial demonstrates how to manipulate the JSON string returned from the Amazon Petstore API call in your previous flow.

This is the JSON string:

[
	{
		"id": 4,
		"type": "Dog",
		"price": 999.99
	},
	{
		"id": 5,
		"type": "Dog",
		"price": 249.99
	},
	{
		"id": 6,
		"type": "Dog",
		"price": 49.97
	}
]

Steps in this Tutorial

  • Step 1: Parse the results
  • Step 2: Add a helper flow
  • Step 3: Connect the flows
  • Step 4: Test the flow

© Okta, Inc. All Rights Reserved. Various trademarks held by their respective owners.

Top