Flows
Retrieve a Flow
Get a Flow by its id.
Get a Flow by its id.
Authorization
api_key AuthorizationBasic <token>
In: header
Path Parameters
flow_id*string
Id of the flow to fetch
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/v2/flows/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "created": "2019-08-24T14:15:22Z", "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5", "steps": [ "compliance" ], "completed_steps": [ "compliance" ], "payout_link_id": "50673cb3-bf8b-4fdc-9f5f-114b168da4ab", "link": "http://example.com", "expired": true, "metadata": "string"}