Instantiate a Trial

Provision a new Talkdesk account.

📘

Supported Regions and Base URLs

👍

Access and Registration

Authentication

🚧

When calling this endpoint, please ensure that you require users to accept the Talkdesk Services Trial Agreement.

Scope

express-provisioning:write

Body Request - Example

{
  "account_name": "JosephPinetrees",
  "admin_email": "[email protected]",
  "admin_name": "John Doe",
  "company_name": "Joseph Pinetree",
  "currency_iso_code": "USD",
  "num_licenses": 10,
  "phone_number": "+351489489948",
  "website_url": "https://www.josephpinetrees.com",
  "edition": "EXPRESS",
  "external_data": "Salesforce_id:2142141"
}

Body Response - Schema

200 OK

Account created

ParameterTypeDescriptionRequired
admin_emailstringExample: [email protected]no
created_atstring Example: 2022-03-10T16:15:50Zno
idstringExample: 123245132132no
namestringExample: JosephPinetreesno
organization_idstringExample: 12325234324no
updated_atstring Example: 2022-03-10T16:15:50Zno

400 (bad request), 401 (unauthorized), 403 (forbidden)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fieldsarray:parame"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)

❗️

Rate Limit

2 requests per second

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

👍

API Availability

The Talkdesk Express API is in GA since the 5th of July, 2024.

Language
Authorization
Header
Click Try It! to start a request and see the response here!