• 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

Need help with custom app creation of BuildXact

A

Arshita

Guest
I've forwarded your request to the integration team, and they are currently reviewing it. We will reach out to you with updates soon.
 

Nivesh

Moderator
Staff member
Hey @Himesh,
2023-12-23_12h28_01.png

  • If you have set the request as per the documentation do update the Auth URL within Pabbly Connect as I have seen you are sending the wrong URL request for auth which includes all the details client ID and Client Secret this is not to be mentioned. Within the screenshot, this is the correct way to pass the auth URL.
2023-12-23_12h18_16.png



Please ensure that the necessary updates are made. We strongly recommend reviewing our developer guide, accessible above, prior to testing the functionality using "Postman."

Best Regards,
Nivesh
 

Attachments

  • 1703313063972.png
    1703313063972.png
    37.2 KB · Views: 60
  • 2023-12-23_12h15_25.png
    2023-12-23_12h15_25.png
    46.4 KB · Views: 73
Hi Himesh,

To assist you with the authentication process for your custom app on the BuildXact platform, here’s a general approach you can follow:

1. Understand the Authentication Flow:

  • From the API documentation you shared, BuildXact uses OAuth 2.0 for authentication. This typically involves obtaining an access token using a client ID, client secret, and redirect URI.
  • The access token is then used to authenticate your API requests.

2. Setting Up OAuth 2.0:

  • Register Your App: Ensure your app is registered with BuildXact, and you have the necessary credentials (client ID, client secret).
  • Redirect URI: Define a redirect URI where BuildXact will send the authorization code after the user grants permission.
  • Authorization Request: Direct the user to the authorization URL provided by BuildXact, where they will log in and grant your app the necessary permissions.
  • Exchange Authorization Code: Once you receive the authorization code via the redirect URI, exchange it for an access token by making a POST request to the token endpoint provided in the API documentation.

3. Making Authenticated Requests:

  • Use the access token in the Authorization header of your API requests (typically as Authorization: Bearer <access_token>).

4. Handle Token Expiration:

  • Implement logic to handle token expiration by refreshing the token when necessary. This ensures continuous access without requiring the user to log in again.

5. Testing:

  • Test the authentication flow thoroughly to ensure everything works as expected.
if you need expert assistance or further development support, Skad IT Solutions is a leading technology partner based in Dubai, specializing in web and mobile app development, including custom integrations and complex authentication setups. Our team can help streamline your development process and ensure robust security for your app. Feel free to contact us for professional guidance.
 
Top