Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.scalev.com/v3/waba-accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "unique_id": "waba_abc123", "waba_id": "<string>", "phone_number_id": "<string>", "display_phone_number": "<string>", "store": { "id": 123, "unique_id": "store_abc123", "name": "<string>", "logo": "<string>" }, "verified_name": "<string>", "is_webhooks_subscribed": true, "is_pin_enabled": true, "status": "<string>", "phone_status": "<string>", "dataset_id": "<string>", "marketing_messages_onboarding_status": "<string>", "is_on_biz_app": true, "runtime_owner": "<string>", "updates": [ {} ], "inserted_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "is_paginated": false }
Requires the waba_account:list scope.
waba_account:list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
WABA account collection
Show child attributes
false
Apakah halaman ini membantu?