HTTP

Type: Utility

Website: n.a.

API Docs: n.a.

Authentication

To authenticate Orchestra to a HTTP Connection, you'll need to specify the base URL for your HTTP Request and define the authentication you want to use.

Currently, Orchestra supports Bearer and Basic Authentication Patterns. Get in touch at support@getorchestra.io if you have a use-case that needs something more complicated.

This is a great option if you want to send a webhook-style event post-completion of a Pipeline.

Name

Prefix

Details

API access token

ac_

  • Definition: An API access token associated with a single Stitch client account. This token must be passed into the header of every request made to the API for the Stitch client account.

  • Required for: All API requests, except for Create an account

  • Obtained by: Refer to the Obtain an API access token section

  • Expiration: None

Jobs

Job nameDescription

Request

Sends a HTTP Request

Last updated