Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click the ‘+ New External API Integrator Endpoint’ button to configure a new Endpoint.

  2. Complete the ‘Create New External API Integrator Endpoint’ form.

    Name - Provide a custom name for the Endpoint.
    Request Type - Select Request Type. Choose from Get, Post or Put.
    URL - Provide the respective URL (dependent on Request Type).

  3. Provide EndPoint Field Configuration values:


    Request Header - If you are required to include a header token, first add it to your Custom Parameters (saved in Tool Registry) and then select it from the dropdown. Custom Parameters are saved in the Tool Registry. Authorization Tokens must be encrypted Custom Parameters. Do not include "Bearer" in the Custom Parameter. This field is not required if you have an API token. You can add the API token to Query Parameters.


    Request Body - To add a field, click the ‘+ Add Field’ button. Provide a Field Name and a Field Type (Sting, Array, Date). API token can be added here.


    Response Body - Select a Response Body Type from the dropdown (Array, Boolean, Object or String).
    Response Body Fields - Click ‘+ Add Field’ button to add. Add Field Name and Field Type (String, Array or Date) for each response body field.

  4. Provide a Description for the Endpoint (optional).

  5. Click the ‘Create’ Createbutton to save the Endpoint.

...