---
title: "Get Embedded Signup SDK config"
method: GET
path: "/v1/connect/whatsapp/sdk-config"
tags: ["Connect"]
---

# Get Embedded Signup SDK config

`GET /v1/connect/whatsapp/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).

## Headers

- `X-Connect-Token` string

## Response `200`

Meta app configuration for Embedded Signup

- object
  - `appId` string, required — Meta app id
  - `configId` string, required — Embedded Signup configuration id
  - `branding` object, nullable, required — Skin chosen when the hosted signup session was issued (`brandName`, `primaryColor`, `language` on `GET /v1/connect/whatsapp?signup=hosted`). Null for API-key callers and for sessions issued without one.
    - `brandName` string, nullable
    - `primaryColor` string, nullable — Hex colour, #RRGGBB
    - `language` 'en' | 'es' | 'pt-BR' | 'null', nullable

## Other responses

- `401` — Unauthorized

## Changes

- **2026-09-22** `106013ac73b8` — 1 warning
  - added the new `pt-BR` enum value to the `branding/language` response property for the response status `200`
- **2026-09-09** `222e3a38a382` — 1 info
  - added the required property `branding` to the response with the `200` status
- **2026-09-09** `41eff0cffb2d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/connect/whatsapp/sdk-config/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/106013ac73b8?raw)
