# Apivom Atlas — Meta Embedded Signup API

> Apivom Atlas integration for Meta Embedded Signup API: 22 gateway routes over `graph.facebook.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 22 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /{Version}/{Assigned_WABA_ID}/assigned_users` (step-2-integrate-with-required-endpoints-fetch-assigned-users-of-whats-app-busin) — params: params, query
- `POST /{Version}/{Assigned_WABA_ID}/assigned_users` (step-2-integrate-with-required-endpoints-add-system-user-to-waba) — params: params, query
- `GET /{Version}/{Business_ID}/system_users` (step-2-integrate-with-required-endpoints-get-ids-for-the-bsp-s-system-users) — params: params
- `POST /{Version}/{Assigned_WABA_ID}/subscribed_apps` (step-2-integrate-with-required-endpoints-subscribe-app-to-whats-app-business-acc) — params: override_callback_uri, verify_token
- `GET /{Version}/{Business_ID}/extendedcredits` (step-3-share-line-of-credit-with-a-client-s-waba-get-the-id-for-your-business-li) — params: params, query
- `POST /{Version}/{Credit_Line_ID}/whatsapp_credit_sharing_and_attach` (step-3-share-line-of-credit-with-a-client-s-waba-attach-your-credit-line-to-the-) — params: params, query
- `GET /{Version}/{Allocation_Config_ID}` (step-3-share-line-of-credit-with-a-client-s-waba-verify-that-the-line-of-credit-) — params: params, query
- `GET /{Version}/debug_token` (wabas-debug-token) — params: params, query
- `GET /{Version}/{Business_ID}/client_whatsapp_business_accounts` (wabas-shared-wabas) — params: params
- `GET /{Version}/{Assigned_WABA_ID}` (wabas-waba-id) — params: params, query
- `GET /{Version}/{Business_ID}/owned_whatsapp_business_accounts` (wabas-owned-and-client-wabas) — params: params
- `GET /{Version}/{Assigned_WABA_ID}/message_templates` (message-templates-fetch-message-templates) — params: params
- `GET /{Version}/{Assigned_WABA_ID}` (message-templates-fetch-message-template-namespace) — params: params, query
- `GET /{Version}/{Business_ID}/extendedcredits` (lines-of-credit-extended-credits) — params: params, query
- `GET /{Version}/{Credit_Line_ID}/owning_credit_allocation_configs` (lines-of-credit-credit-line-id) — params: params
- `GET /{Version}/{Allocation_Config_ID}` (lines-of-credit-credit-sharing-record-id) — params: params, query
- `DELETE /{Version}/{Allocation_Config_ID}` (lines-of-credit-credit-sharing-record-id-2) — params: params
- `POST /{Version}/{Assigned_WABA_ID}/subscribed_apps` (waba-subscriptions-subscribe-to-a-waba) — params: override_callback_uri, verify_token
- `GET /{Version}/{Assigned_WABA_ID}/subscribed_apps` (waba-subscriptions-get-all-subscriptions-for-a-waba) — params: params
- `DELETE /{Version}/{Assigned_WABA_ID}/subscribed_apps` (waba-subscriptions-unsubscribe-from-a-waba) — params: params
- `POST /{Version}/{Assigned_WABA_ID}/subscribed_apps` (waba-subscriptions-override-callback-url) — params: override_callback_uri, verify_token
- `GET /{Version}/{Assigned_WABA_ID}/phone_numbers` (api-reference-phone-numbers) — params: params

## Credential model

- Access Token (`accessToken`) — required — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
