• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

  • Important: Any reported problems and issues with your integration will be reported to you and we will encourage the app developers help to resolve those integration issues.

Implementing Header-Based Authentication via Parameter-Based Authentication

Status
Not open for further replies.
In this article, we have outlined a scenario where a user needs to configure parameter-based authentication instead of header-based authentication.

The explanation includes a step-by-step guide on how to implement the parameter-based authentication instead of header-based authentication.


For example, here we are taking the RSS.app application, which is using the above-mentioned authentication.
  • Select the Parameters option as an Auth Type, if the API request authenticates using a key-value pair in the headers. In this option, you need to specify the header key while creating each action event of your application.

1.png


  • After providing the necessary details and choosing the correct authentication type, now we have to create an action event inside our application and navigate to "Action Event API Configuration".
7 (1).png


  • To configure the action event, select the method as POST and enter the API endpoint URL in the API endpoint field. Ensure you select "Set Body/Query/Path Parameters" and "HTTP Headers".
3.png


  • Click on the gear icon of the HTTP Headers and set the default value similar to the value we've set on our application while choosing the authentication.
image (5) (1).png


image (3) (1).png


  • To run this action event in your workflow. Choose the action event and create a connection.
  • To create a new connection we need to enter the API Key and API Secret. The RSS.app application passes the API Key and API Secret into Headers.
image (4) (2).png


  • After creating the connection, capture the required response.
6.png



Successful Setup:
By following the above steps, you can successfully configure parameter-based authentication instead of header-based authentication.
 

Attachments

  • 2.png
    2.png
    138.6 KB · Views: 14
  • 4.png
    4.png
    70.3 KB · Views: 32
  • 5.png
    5.png
    87.8 KB · Views: 9
  • 6.png
    6.png
    55.7 KB · Views: 10
  • 7 (1).png
    7 (1).png
    136.8 KB · Views: 9
Last edited:
Status
Not open for further replies.
Top