Partner Management

Endpoints for managing partner accounts and settings

Retrieve partner

get

Use this endpoint to get partner account info.

Authorizations
X-API-KeystringRequired

API Key for V2 authentication. Send your Partner API key in the X-API-Key header. Preferred authentication method.

Path parameters
partner_idstringRequired

The ID of the partner.

Example: examplePA
Responses
chevron-right
200

Successful response

application/json
idstringOptional

Partner ID

Example: examplePA
brand_namestringOptional

Brand name

Example: 360dialog
payment_requiredbooleanOptionalDeprecated

[Deprecated]

Example: true
logo_urlstring · nullableOptional

Logo url

Example: https://storage.com/logo.png
onboarding_deeplink_add_paramsbooleanOptionalDeprecated

[Internal Field]

webhook_urlstring · urlOptional

Webhook url for Partners API events (non-messaging)

Example: https://yourwebsite.com/webhook
partner_redirect_urlstring · urlOptional

Partner redirect URL, clients will be redirected to this URL after integrated onboarding is done.

Example: https://yourwebsite.com/redirect
countrystringOptional

Country code

Example: US
blocked_new_submissionbooleanOptionalDeprecated

[Internal Field]

allow_client_to_add_phone_nobooleanOptional

If set to false, clients will not be able to onboard new numbers

Example: true
settingsany ofOptional

Settings that configure features of the partner hub

or
object · nullableOptional
billing_systemstringOptionalDeprecated

[Internal Field]

publishable_keystring · nullableOptionalDeprecated

[Deprecated] Stripe public key

Default: null
get
/api/v2/partners/{partner_id}

Update partner

patch

Use this endpoint to update some partner account settings like webhook_url and partner_redirect_url.

Authorizations
X-API-KeystringRequired

API Key for V2 authentication. Send your Partner API key in the X-API-Key header. Preferred authentication method.

Path parameters
partner_idstringRequired

The ID of the partner.

Example: examplePA
Body
webhook_urlstringOptional

Webhook URL

Example: https://company.com/webhook
partner_redirect_urlstringOptional

Partner redirect URL, clients will be redirected to this URL after integrated onboarding is done.

Example: https://company.com/onboarding-redirect
allow_client_to_add_phone_nobooleanOptional

Allow clients to add phone numbers?

Example: true
Responses
chevron-right
200

Successful response

application/json
idstringOptional

Partner ID

Example: examplePA
brand_namestringOptional

Brand name

Example: 360dialog
payment_requiredbooleanOptionalDeprecated

[Deprecated]

Example: true
logo_urlstring · nullableOptional

Logo url

Example: https://storage.com/logo.png
onboarding_deeplink_add_paramsbooleanOptionalDeprecated

[Internal Field]

webhook_urlstring · urlOptional

Webhook url for Partners API events (non-messaging)

Example: https://yourwebsite.com/webhook
partner_redirect_urlstring · urlOptional

Partner redirect URL, clients will be redirected to this URL after integrated onboarding is done.

Example: https://yourwebsite.com/redirect
countrystringOptional

Country code

Example: US
blocked_new_submissionbooleanOptionalDeprecated

[Internal Field]

allow_client_to_add_phone_nobooleanOptional

If set to false, clients will not be able to onboard new numbers

Example: true
settingsany ofOptional

Settings that configure features of the partner hub

or
object · nullableOptional
billing_systemstringOptionalDeprecated

[Internal Field]

publishable_keystring · nullableOptionalDeprecated

[Deprecated] Stripe public key

Default: null
patch
/api/v2/partners/{partner_id}

Last updated

Was this helpful?