Management API
TypeScript
import { ManagementClient } from "auth0"; async function main() { const client = new ManagementClient({ token: "<token>", }); await client.flows.get("id", {}); } main();
{ "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "actions": [ { "id": "<string>", "type": "ACTIVECAMPAIGN", "action": "LIST_CONTACTS", "params": { "connection_id": "<string>", "email": "<string>" }, "alias": "<string>", "allow_failure": true, "mask_output": true } ], "executed_at": "2023-12-25" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Flow identifier
30
hydration param
form_count
forms
50
Flow successfully retrieved.
1 - 150
Show child attributes