Authentication Types

Allowed variables

For all authentication types the following variables can be used:

  • access_key

  • account_id

  • api_endpoint

  • api_version

  • auth_details

  • auth_token

  • authorization_request_url

  • client_id

  • client_secret

  • domain

  • encoding

  • environment

  • grant_type

  • integration_code

  • key

  • password

  • port

  • private_ssh_key

  • protocol

  • refresh_request_url

  • region

  • scope

  • secret

  • secret_key

  • slug

  • subdomain

  • system_id

  • username

pageOAuth2pageOauth1pageUsername and passwordpageBasic AuthenticationpageAPI KeypageBearer TokenpageAWS SignaturepageRefreshable token

All Authentications allow to immediately test the endpoint after entering credentials. Just add the test_endpoint in the root of the authentication configuration:

{
    "test_endpoint": "contacts",
    ...
}

Last updated