#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.

  1. 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

  2. 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

  3. API Reference-Lines of Credit - Credit Line ID GET https://graph.facebook.com/{{Version}}/{{Credit-Line-ID}}/owning_credit_allocation_configs

  4. API Reference-WABAs - Debug Token GET https://graph.facebook.com/{{Version}}/debug_token?input_token={{OAuth-User-Token}}

  5. API Reference-Lines of Credit - Credit Sharing Record ID DELETE https://graph.facebook.com/{{Version}}/{{Allocation-Config-ID}}

  6. 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

  7. 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}}

  8. 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>']

  9. API Reference-WABAs - Shared WABAs GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/client_whatsapp_business_accounts

  10. API Reference-WABAs - WABA ID GET https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}