Connect

Get Embedded Signup SDK config

The Meta app id and Embedded Signup configuration id the Zernio-hosted signup page uses to open Meta's popup. Integrators do not need this endpoint: start the hosted flow with GET /v1/connect/whatsapp?signup=hosted and send the user to the returned authUrl. Authenticates with an API key or with the connect token the hosted flow issues (X-Connect-Token header).

get/v1/connect/whatsapp/sdk-config

Headers

X-Connect-Tokenstring

Connect token issued by the hosted signup flow, accepted instead of an API key.

Response

Meta app configuration for Embedded Signup

appIdstring required

Meta app id

configIdstring required

Embedded Signup configuration id

Changes