#Embedded Signup
Number of APIs: 21
Embedded Signup is an embeddable onboarding flow that makes it easy for Solution Partners, Tech Providers, and Tech Partners to onboard business customers to WhatsApp Cloud API , hosted by Meta, or WhatsApp On-Premises API .
This collection contains common queries that can — and in some cases , must — be used to complete the onboarding process.
See our Embedded Signup documentation for implementation instructions and additional details.
-
Get Started-Step 2: Integrate with Required Endpoints - Get IDs for the BSP's System Users GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/system_users
-
Get Started-Step 3: Share Line of Credit with a Client’s WABA - Get the ID for your Business' Line of Credit GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/extendedcredits?fields=id,legal_entity_name
-
API Reference-Lines of Credit - Credit Line ID GET https://graph.facebook.com/{{Version}}/{{Credit-Line-ID}}/owning_credit_allocation_configs
-
API Reference-WABAs - Debug Token GET https://graph.facebook.com/{{Version}}/debug_token?input_token={{OAuth-User-Token}}
-
API Reference-Lines of Credit - Credit Sharing Record ID DELETE https://graph.facebook.com/{{Version}}/{{Allocation-Config-ID}}
-
Get Started-Step 2: Integrate with Required Endpoints - Subscribe App to WhatsApp Business Account POST https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}/subscribed_apps
-
Get Started-Step 2: Integrate with Required Endpoints - Fetch Assigned Users of WhatsApp Business Account GET https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}/assigned_users?business={{Business-ID}}
-
Get Started-Step 2: Integrate with Required Endpoints - Add System User to WABA POST https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}/assigned_users?user={{User-ID}}&tasks=['<PERMISSIONS>']
-
API Reference-WABAs - Shared WABAs GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/client_whatsapp_business_accounts
-
API Reference-WABAs - WABA ID GET https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}