Complete guide to integrating with Push Lap Growth via Zapier using OAuth 2.0 authentication flow
Push Lap Growth provides OAuth 2.0 authentication for Zapier integrations, allowing users to securely connect their affiliate programs to Zapier workflows.
The OAuth flow enables Zapier to authenticate with Push Lap Growth and perform actions on behalf of users within their selected affiliate programs. This integration allows for automated workflows based on affiliate events such as new sales, referrals, and affiliate sign-ups.
Users are redirected to the Push Lap Growth authorization endpoint to begin the OAuth flow:
Query Parameters:
state
(required) - A unique state parameter provided by Zapier for securityredirect_uri
(required) - The callback URL where users will be redirected after authorizationOn the authorization page, users will:
The authorization page displays:
After the user authorizes the connection, they are redirected back to Zapier with an authorization code:
Zapier exchanges the authorization code for an access token by making a POST request to:
Request Headers:
Request Body:
Response:
All API requests to Push Lap Growth endpoints must include the access token in the Authorization header:
state
parameter should be validated to prevent CSRF attacksInvalid Authorization Code:
Missing Authorization Code:
Once connected, Zapier can:
Here’s a typical flow for a Zapier integration:
https://pushlapgrowth.com/connect/zapier/choose-affiliate-program?state=abc123&redirect_uri=https://zapier.com/callback
https://zapier.com/callback?code=auth_code_xyz&state=abc123
For technical support with the Zapier OAuth integration, please contact our support team or refer to the main API documentation for endpoint details.