API Keys

This document describes how to retrieve an API KEY for a number.

Generate API KEYs

After a successful onboarding, the "Generate API Key" button will be enabled. When you click the button, the option to generate an API KEY will be displayed in the browser.

Client Hub v1

Client Hub v2

For safety reasons, the API Key will show up only once. Make sure to store the key in a safe place before you close the window.

Partner generated API KEYS

If you have onboarded a number via the Integrated Onboarding flow and granted permission to an Integration Partner, the Integration Partner must generate the API KEY on your behalf by calling this endpoint for On-premise and Cloud API hosting.

Create API key by channel

POST [base-url]/api/v2/partners/partner_id/channels/channel_id/api_keys

Partners can use this endpoint to generate an API KEY on behalf of a Client that onboarded via the Embedded Signup flow.

Path Parameters

Name
Type
Description

partner_id

String

channel_id

String

{
    "api_keys": [
        {
            "address": "https://waba.360dialog.io",
            "api_key": "***********************",
            "app_id": "*****",
            "id": "******y"
        }
    ]
}
```

Last updated

Was this helpful?

Revision created