Page 1 of 1

ZenDesk API w/ Hierarchical Stage

Posted: Tue Jul 24, 2018 10:47 am
by gsbrown
I'm looking to get DataStage Hierarchical Stage setup to GET & POST data using ZenDesk API. Curl from a command line works like below, but don't understand how to configure this properly in the parameter fields of the Hierarchical Stage, specifically the email/token portion.

Code: Select all

curl -u {email_address}/token:{api_token} https://{subdomain}.zendesk.com/api/v2/users/me.jsonn